Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lloople authored Jan 3, 2021
1 parent 85edc4f commit d026a8e
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 @@ -41,15 +41,15 @@ targets: [
]
```

Register the commands in your `configure.swift` file
Register the commands in your `configure.swift` file:

```swift
app.registerMakerCommands()
```

## Usage

### Controllers
### Controllers

Creates a new controller type inside `Sources/App/Controllers` path. `--restful` flag adds the default `CRUD` methods for your controller actions.

Expand Down

0 comments on commit d026a8e

Please sign in to comment.