Minor syntax updates for C++11 readme.md

This commit is contained in:
Jason Turner 2012-08-14 11:43:11 -06:00
parent 6642e02496
commit 193151f52e

View File

@ -1,8 +1,12 @@
ChaiScript
http://www.chaiscript.com
(c) 2009-2012 Jason Turner and Jonathan Turner
Release under the BSD license, see "license.txt" for details.
Introduction
============
@ -40,7 +44,7 @@ Usage
Once instantiated, the engine is ready to start running ChaiScript source. You
have two main options for processing ChaiScript source: a line at a time using
"chai.eval(string)" and a file at a time using "chai.eval_file(fname)"
`chai.eval(string)` and a file at a time using `chai.eval_file(fname)`
To make functions in your C++ code visible to scripts, they must be registered
with the scripting engine. To do so, call add: