From fb3c28622eb0679bfbb8e46d75082ce8bde83052 Mon Sep 17 00:00:00 2001 From: arookas Date: Wed, 9 Dec 2015 09:48:53 -0500 Subject: [PATCH] Fixed a missing sentence. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d428549..ed5992a 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Use the `sunCompiler.Compile` or any of its overloads to compile a script: |`resolver`|An instance of the import resolver to use. If not specified, `sunImportResolver.Default` will be used.| _ssc_ by default resolves imports by loading files on disk (see language.md for more information). -To use a custom import resolver, create a new class inheriting from `sunImportResolver` and pass an instance of it to the ` +To use a custom import resolver, create a new class inheriting from `sunImportResolver` and pass an instance of it to the `sunCompiler.Compile` method. The result of compilation will be returned in a `sunCompilerResults` instance. Use the various properties on this type to gather the information of the compilation: