diff --git a/README.md b/README.md index 536a649..2dfa61b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # DragonScript From the creators of DragonDrop comes a new project: DragonScript -#What is DragonScript? +# What is DragonScript? DragonScript is our own programming language that you can use in your website. It has lots of features and has its own syntax. -#Version +# Version 0.0.1-alpha (Pre-relase) -#For devs -##Syntax ideas -###variable declaration +# For Devs +## Syntax ideas +### Variable declaration var (name) = (object), @@ -21,7 +21,7 @@ Reading Vars: ^foo, -###Logging function +### Logging function write(text, size=p),