Explorar o código

Merge pull request #60 from styfle/patch-1

Fix typo in README.md
Sébastien Ros %!s(int64=11) %!d(string=hai) anos
pai
achega
fe5b263e97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)