Skip to content

Commit 36bd37b

Browse files
committed
fix typo
1 parent 8ade069 commit 36bd37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Usage:
7272
rails generate sqlpp11gen:tab NAME [OUTPUT_PATH] [FILENAME_PREFIX] [FILENAME_EXT] [options]
7373
```
7474

75-
- The `NAME` is neccessary, it's the table name you want to generate code from.
75+
- The `NAME` is necessary, it's the table name you want to generate code from.
7676
- `OUTPUT_PATH` allows you to specify the output path for the generated code. The default path is 'app/cxxes'.
7777
- `FILENAME_PREFIX` allows you to append a filename prefix. The default one is 'tab_'.
7878
- `FILENAME_EXT` allows you to choose the filename ext. The default one is 'hpp'.

0 commit comments

Comments
 (0)