diff --git a/README.md b/README.md index 75b89381a8d..1d0b30aa57a 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"