Skip to content

Commit

Permalink
Merge pull request #433 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
yeisonvargasf committed Dec 8, 2022
2 parents 7c72120 + 34827f3 commit 68049bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
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 68049bb

Please sign in to comment.