remove trailing spaces from readme.txt

This commit is contained in:
Bernd Amend 2021-05-24 21:11:12 +02:00
parent 0f37802aba
commit a1a78e9cf1

View File

@ -72,7 +72,7 @@ Usage
loadable module. A second option is to compile the library into your code, loadable module. A second option is to compile the library into your code,
see below for an example. see below for an example.
Once instantiated, the engine is ready to start running ChaiScript source. You 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 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)`