From a7d100e8e99361716f79d81d361f9c16871b2b5f Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 8 Jan 2020 06:03:18 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 656e7275..3ad72ede 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Memory management in Beef is manual, and includes first-class support for custom The Beef IDE supports productivity features such as autocomplete, fixits, reformatting, refactoring tools, type inspection, runtime code compilation (hot code swapping), and a built-in profiler. The IDE's general-purpose debugger is capable of debugging native applications written in any language, and is intended to be a fully-featured standalone debugger even for pure C/C++ developers who want an alternative to Visual Studio debugging. +# Binaries and Documentation + Binaries and documentation are available on [beeflang.org](https://www.beeflang.org). # IDE Screenshots