Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 30, 2022
1 parent 78e2525 commit 34827f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For detailed documentation, please see [Safety's documentation portal](https://d
# Basic Usage

To check your currently selected virtual environment for dependencies with known security
vulnerabilites, run:
vulnerabilities, run:

```bash
safety check
Expand Down Expand Up @@ -142,15 +142,15 @@ Run `safety check` again:
## Starter documentation

### Configuring the target of the scan
Safety can scan requirements.txt files, the local environemnt as well as direct input piped into Safety.
Safety can scan requirements.txt files, the local environment as well as direct input piped into Safety.

To scan a requirements file:

```bash
safety check -r requirements.txt
```

To scan the local enviroment:
To scan the local environment:

```bash
safety check
Expand Down Expand Up @@ -547,7 +547,7 @@ safety license --key=12345-ABCDEFGH

### `--output json` (Optional)

This license command can also be used in conjuction with optional arguments `--output bare` and `--output json` for structured, parsable outputs that can be fed into other tools and pipelines.
This license command can also be used in conjunction with optional arguments `--output bare` and `--output json` for structured, parsable outputs that can be fed into other tools and pipelines.

___

Expand Down

0 comments on commit 34827f3

Please sign in to comment.