diff options
| author | 2021-01-10 23:00:47 +0100 | |
|---|---|---|
| committer | 2021-01-10 23:00:47 +0100 | |
| commit | 0b2e3d374f45b69a20ad295f807fbf01a51436ca (patch) | |
| tree | 40261d129ed67e71a9f33c9789e5b60c7dc53fda /README.md | |
| parent | Add note about the (use spork) (diff) | |
Fix the (use spork) note
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Various Janet utility modules. Spork aims to be grab bag of useful Janet functionality that does not belong in the core library. -To use all features mentioned bellow in ones program you can do `(use spork)` to +To use all features mentioned below in one program you can do `(use spork)` to import them. When you need only part of the functionality, please use `import` as seen in the example for the part. |
