Skip to content

Commit

Permalink
Improve Documentation for Custom Starters in kedro new (#2618)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
doxenix committed Apr 3, 2024
1 parent 563fc83 commit e4c0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/starters/starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ You can build your own starters for reuse within a project or team, as described
To create a project from a custom starter, run:

```bash
kedro new --starter=<path-to-starter> --directory <directory>
kedro new --starter=<path-to-starter> --directory <directory>
```

0 comments on commit e4c0d93

Please sign in to comment.