diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:30:57 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:30:57 +0000 |
commit | 2be157e97021cc5a4c102d74e6c5f7ff23768162 (patch) | |
tree | 4851ee5cc60f33e276bb093a489645090dfffa60 | |
parent | 1237b1eb8effe50f77997934d86930f1252fe993 (diff) | |
download | esotericFORTRAN-2be157e97021cc5a4c102d74e6c5f7ff23768162.tar.gz esotericFORTRAN-2be157e97021cc5a4c102d74e6c5f7ff23768162.zip |
correct small typo
-rw-r--r-- | src/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readme.md b/src/readme.md index 0f5da1e..a1869d7 100644 --- a/src/readme.md +++ b/src/readme.md @@ -14,7 +14,7 @@ Compile `java -jar .\esotericFORTRAN.jar .\examples\iteration.ft -c --execute -pc` -Full documentaion is avaliable at `Compiler/helptext.txt` or `java -jar esotericFORTRAN.jar --help` +Full documentation is available at `Compiler/helptext.txt` or `java -jar esotericFORTRAN.jar --help` To run the compiler using Intellij, navigate to the 'edit configurations' tab and place command line arguments in the CLI arguments box |