aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorReinUsesLisp <[email protected]>2018-11-05 03:44:29 -0300
committerGitHub <[email protected]>2018-11-05 03:44:29 -0300
commit587f1dc9f5adba05e79ebcaea21ab7389ad3505e (patch)
tree09c7210e007f1c9afa34b6100e20c17d8d297d62 /README.md
parentc502cfd4b20f6c2ebfa96801af198852c1055f09 (diff)
downloadsirit-587f1dc9f5adba05e79ebcaea21ab7389ad3505e.tar.gz
sirit-587f1dc9f5adba05e79ebcaea21ab7389ad3505e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56bad76..ed3148e 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,5 @@ public:
MyModule module;
module.Generate();
-module.Optimize(2);
std::vector<std::uint8_t> code{module.Assemble()};
```