Skip to content

Commit

Permalink
Fix README spelling (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jun 14, 2023
1 parent 2de23e4 commit 168839e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ To pull an older image, you can pass the version string in the tag. For example:
docker pull vultr/vultr-cli:v2.15.1
```

The availble versions are listed [here](https://github.com/vultr/vultr-cli/releases).
The available versions are listed [here](https://github.com/vultr/vultr-cli/releases).

As described in the next section, you must authenticate in order to use the CLI. To pass the environment variable into docker, you can do so via:

```sh
docker run -e VULTR_API_KEY vultr/vultr-cli:latest instance list
```

This assumes you've already set the environment variable in your shell enviroment, otherwise, you can pass it in via `-e VULTR_API_KEY=<your api key>`
This assumes you've already set the environment variable in your shell environment, otherwise, you can pass it in via `-e VULTR_API_KEY=<your api key>`

## Using Vultr-cli

Expand Down

0 comments on commit 168839e

Please sign in to comment.