Skip to content

Commit

Permalink
Merge pull request #1 from muco-rolle/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tomgobich authored Aug 31, 2024
2 parents 79ea444 + e47dc48 commit a521f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Unfamiliar with this approach? You can learn more via the [AdonisJS HTTP Context

## Full Example

What does this look like in practice? Let's take a look! Lets say we have a simple `Difficulty` model
What does this look like in practice? Let's take a look! Let's say we have a simple `Difficulty` model

```ts
// app/models/difficulty.ts
Expand Down Expand Up @@ -196,7 +196,7 @@ node ace make:action create_difficulty --feature=difficulties
And, another to update a difficulty:

```shell
node ace make:action difficulties/create_difficulty
node ace make:action difficulties/update_difficulty
```

Note, you can easily nest within folders by either using the `--feature` flag or including the folder path in the name parameter.
Expand Down

0 comments on commit a521f32

Please sign in to comment.