Skip to content

Commit

Permalink
Small typo fix in documentation
Browse files Browse the repository at this point in the history
Small typo fix in documentation
  • Loading branch information
hmendoza2001 committed Aug 19, 2015
1 parent ef5ef27 commit 938cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Runtime Requirements
Hello World
-----------

To start understanding the code and API, look at WorldObject and WorldObjectMgr classes and the globals.h header file. The hello world example emplaces a label in the world with the following code:
To start understanding the code and API, look at WorldObject and WorldObjectManager classes and the globals.h header file. The hello world example emplaces a label in the world with the following code:

//instantiate world object and set label<br>
WorldObject* worldObject = new WorldObject();<br>
Expand Down

0 comments on commit 938cbd7

Please sign in to comment.