Skip to content

Commit 889d557

Browse files
Update README.md
1 parent 5de1600 commit 889d557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ silverchain = require("LuaSilverChain")
1818
silverchain.generate({
1919
src = "src",
2020
project_short_cut = "my_project_name",
21-
tags = { "dependencies", "consts", "macros", "types" ,"globals", "fdeclare" ,"fdef" }
21+
tags = { "dependencies", "consts", "macros", "types" ,"globals", "fdeclare" ,"fdef" },
2222
implement_main=true,
2323
main_name="main.c"
2424
})
2525

26-
```
26+
```

0 commit comments

Comments
 (0)