Skip to content

Commit

Permalink
Merge pull request #74 from lander2k2/getting-started-typo
Browse files Browse the repository at this point in the history
docs: fix typo in getting started guide
  • Loading branch information
scottd018 committed Jun 7, 2024
2 parents 5b843c8 + 9111151 commit dbbeed3
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 dbbeed3

Please sign in to comment.