From d47cd63fecd9ec544bb5eef0c7ce38c2eb0cb3b6 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 14 Aug 2012 11:45:00 -0600 Subject: [PATCH] One more round of updates to readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 87b4312..a0dc468 100644 --- a/readme.md +++ b/readme.md @@ -35,9 +35,9 @@ Usage ===== * Add the ChaiScript include directory to your project's header search path -* Add "#include to your source file +* Add `#include ` 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.