Skip to content

Commit

Permalink
Merge pull request #35 from leonardodimarchi/master
Browse files Browse the repository at this point in the history
docs(README): fixing some typos at the project description
  • Loading branch information
H4ad committed May 16, 2023
2 parents f6edc29 + 7679336 commit f34f198
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 @@ -18,7 +18,7 @@
Think in this CLI like `@angular/schematics` but way more simpler to configure and use.

If you work on a project that needs to generate a lot of boilerplate code, like when you work with `NestJS` APIs,
instead use `nest g controller cat` and modify the contents to add authentication and other boilerplate code, just create a template for that project
instead of using `nest g controller cat` and modifying the contents to add authentication and other boilerplate code, just create a template for that project
and customize it to your needs, then you can just generate with `tp g controller cat`.

# Usage
Expand Down

0 comments on commit f34f198

Please sign in to comment.