Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphox authored Nov 27, 2024
1 parent d3957c1 commit f047f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Example:
bin/rails generate next_rails_scaffold:install
# Generate the RESfull API endpoints and Next.js app with respective components and pages.
bin/rails generate scaffold Post tile:string body:text
bin/rails generate scaffold Post title:string body:text
```

This will create:
Expand Down

0 comments on commit f047f7b

Please sign in to comment.