Browse Source

Merge pull request #60 from styfle/patch-1

Fix typo in README.md
Sébastien Ros 11 years ago
parent
commit
fe5b263e97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -83,7 +83,7 @@ And even create shortcuts to commong .NET methods
     jint> log('Hello World !');
     jint> log('Hello World !');
     => "Hello World !"
     => "Hello World !"
 ```
 ```
-When allowing the CLR, you can optionnally pass custom assemblies to load types from. 
+When allowing the CLR, you can optionally pass custom assemblies to load types from. 
 ```csharp
 ```csharp
     var engine = new Engine(cfg => cfg
     var engine = new Engine(cfg => cfg
         .AllowClr(typeof(Bar).Assembly)
         .AllowClr(typeof(Bar).Assembly)