Skip to content

Commit 9fc0c38

Browse files
authored
Merge pull request #9 from grayfolk/dev
Update README.md
2 parents be2a6ac + 7a248b7 commit 9fc0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Console utility for working with DigitalOcean API
1010

1111
### Installation
1212
* Run `composer create-project grayfolk/digitalocean-api-shell`.
13-
* Go to `digitalocean-api-shell` folder and edit `accounts.json`. This is a simple [JSON](https://www.json.org) file with `"username" : "API Key"` pairs. You can use whatever name is convenient for you (but it shoud be unique) and real DigitalOcean API key. You can obtain API key in your [DigitalOcean Account - API - Personal access tokens - Generate New Token](https://cloud.digitalocean.com/account/api/tokens/new).
13+
* Go to `digitalocean-api-shell` folder and edit `accounts.json`. This is a simple [JSON](https://www.json.org) file with `"username" : "API Key"` pairs. You can use whatever username is convenient for you - it's not related to DigitalOcean and used as alias only (but it shoud be unique) and real DigitalOcean API key. You can obtain API key in your [DigitalOcean Account - API - Personal access tokens - Generate New Token](https://cloud.digitalocean.com/account/api/tokens/new).
1414

1515
### Running
1616
Go to `digitalocean-api-shell` folder and run `./do`.

0 commit comments

Comments
 (0)