From 9d344de633d8114c0b0b178a2ba4f130382552c3 Mon Sep 17 00:00:00 2001 From: csf30816 Date: Mon, 22 May 2017 08:02:49 -1000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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),