Browse Source

Update README.md

Marco Bambini 8 years ago
parent
commit
c5718e8649
1 changed files with 2 additions and 1 deletions
  1. 2 1
      projects/README.md

+ 2 - 1
projects/README.md

@@ -3,8 +3,9 @@ This folder contains some side projects based on Gravity.
 ## Butterfly
 ## Butterfly
 Butterfly is a MacOS application that demonstrate how to use Gravity parser callback to efficiently implement syntax highlighting.
 Butterfly is a MacOS application that demonstrate how to use Gravity parser callback to efficiently implement syntax highlighting.
 It also includes basic code completion capabilities that will be expanded in the near future.
 It also includes basic code completion capabilities that will be expanded in the near future.
-The ultimate goal for the Butterfly project is to become a fully featured IDE for the Gravity language.
 
 
 <p align="center">
 <p align="center">
 <img src="https://github.com/marcobambini/gravity/blob/master/projects/Butterfly/screenshot.png?raw=true" alt="Butterfly Screenshot" width="554px" height="443px">
 <img src="https://github.com/marcobambini/gravity/blob/master/projects/Butterfly/screenshot.png?raw=true" alt="Butterfly Screenshot" width="554px" height="443px">
 </p>
 </p>
+
+The ultimate goal for the Butterfly project is to become a fully featured IDE for the Gravity language.