Skip to content

Commit

Permalink
docs: fix typo in getting started guide
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Lander <[email protected]>
  • Loading branch information
lander2k2 committed Jun 7, 2024
1 parent 5b843c8 commit 9111151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@ our workload config.

```bash
operator-builder init \
--workload-config .source-manfiests/workload.yaml
--workload-config .source-manifests/workload.yaml
```

With the basic project now set up, we can now run the `create api` command to
create a new custom API for our workload.

```bash
operator-builder create api \
--workload-config .source-manfiests/workload.yaml \
--workload-config .source-manifests/workload.yaml \
--controller \
--resource
```
Expand Down

0 comments on commit 9111151

Please sign in to comment.