We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ade069 commit 36bd37bCopy full SHA for 36bd37b
README.md
@@ -72,7 +72,7 @@ Usage:
72
rails generate sqlpp11gen:tab NAME [OUTPUT_PATH] [FILENAME_PREFIX] [FILENAME_EXT] [options]
73
```
74
75
-- The `NAME` is neccessary, it's the table name you want to generate code from.
+- The `NAME` is necessary, it's the table name you want to generate code from.
76
- `OUTPUT_PATH` allows you to specify the output path for the generated code. The default path is 'app/cxxes'.
77
- `FILENAME_PREFIX` allows you to append a filename prefix. The default one is 'tab_'.
78
- `FILENAME_EXT` allows you to choose the filename ext. The default one is 'hpp'.
0 commit comments