One more round of updates to readme.md

This commit is contained in:
Jason Turner 2012-08-14 11:45:00 -06:00
parent 193151f52e
commit d47cd63fec

View File

@ -35,9 +35,9 @@ Usage
=====
* Add the ChaiScript include directory to your project's header search path
* Add "#include <chaiscript/chaiscript.hpp> to your source file
* Add `#include <chaiscript/chaiscript.hpp>` to your source file
* Instantiate the ChaiScript engine in your application. For example, create a
new engine with the name 'chai' like so: "chaiscript::ChaiScript chai"
new engine with the name `chai` like so: `chaiscript::ChaiScript chai`
* The default behavior is to load the ChaiScript standard library from a
loadable module. A second option is to compile the library into your code,
see below for an example.