diff --git a/readme.md b/readme.md index 2813774..528e6d0 100644 --- a/readme.md +++ b/readme.md @@ -166,4 +166,4 @@ The `import` statement supports both relative and absolute path names. If the pa If the file cannot be found, a compiler error will occur. -_**Note:** In order to prevent recursive inclusion, _ssc_ keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._ \ No newline at end of file +_**Note:** In order to prevent recursive inclusion, ssc keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._ \ No newline at end of file