Merge pull request #2329 from Giacom/read_me_tweak

Small update to the README so it has syntax highlighting in the code example
This commit is contained in:
fleure
2014-01-13 12:15:34 -08:00
+1 -1
View File
@@ -118,7 +118,7 @@ As BYOND's Dream Maker is an object oriented language, code must be object orien
You must write BYOND code with absolute pathing, like so:
```DM
```C++
/obj/item/weapon/baseball_bat
name = "baseball bat"