Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Schuyler committed Aug 10, 2023
1 parent d2dfe7f commit 156f65e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and GCP.
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)
- [Google Cloud SDK](https://cloud.google.com/sdk/docs/install)

Pulumi dependancies and plugins will install on-demand basis according to scenario's requirements
Pulumi dependencies and plugins will install in an on-demand basis according to each scenario's requirements
when you provision your first environment. This means the first time provisioning might take a little longer than
subsequent
ones.
Expand Down Expand Up @@ -110,7 +110,7 @@ cnappgoat provision <scenario-1> <scenario-2> <scenario-N>
- `--force` - Enables force mode (unlock locked stacks with pulumi cancel)
- `--debug` - Enables debug logging.

These flags are command flags and should be placed after the commnad. for example:
These flags are command flags and should be placed after the command. For example:

```bash
cnappgoat provision --module CSPM --platform AWS
Expand Down Expand Up @@ -196,7 +196,7 @@ To email the project team, contact [research+cnappgoat@ermetic.com](mailto:resea

## Disclaimer

* CNAPPgoat is provider "as is" and without any warranty or support.
* CNAPPgoat is provided "as is" and without any warranty or support.
* This is a beta version. The project is still in development, so we apologize for any growing pains.
We will release a stable version in the coming weeks.

Expand Down

0 comments on commit 156f65e

Please sign in to comment.