From 67dad97125d843b5b5b35ab935fb2b72e44b5db1 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Sun, 12 Jan 2014 11:32:25 +0000 Subject: [PATCH] Small update to the README so it has syntax highlighting in the code example. (DM is supposed to use C++'s highlighter) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 136b237edfa..a451e82f30d 100644 --- a/README.md +++ b/README.md @@ -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"