aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-11 07:53:05 +0900
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-11 07:53:05 +0900
commitf62125a4aaed2a15970bdd186dddb7cb9a4bd862 (patch)
tree4075d91a4af4480d0dfdd2fc8048f707b3e5cd6d
parent14b119f433f7584f2b9a529f388b4f298f3da874 (diff)
downloadnimgen-f62125a4aaed2a15970bdd186dddb7cb9a4bd862.tar.gz
nimgen-f62125a4aaed2a15970bdd186dddb7cb9a4bd862.zip
Update readme with removestatic
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 360bec5..7f3f256 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ The following keys apply to library source code and help with generating the .ni
```defines``` = pulls out simple #defines of ints, floats and hex values for separate conversion [default: false] - works only when preprocess or ctags is used and helps include useful definitions in generated .nim file
-```remove_static``` = pulls out the bodies of inline static functions [default: false]
+```removestatic``` = pulls out the bodies of inline static functions [default: false]
```flags``` = flags to pass to the c2nim process in "quotes" [default: --stdcall]. --cdecl, --assumedef, --assumendef may be useful