Skip to content

Commit

Permalink
update npm name to add org scope
Browse files Browse the repository at this point in the history
  • Loading branch information
willem-delbare committed Jul 13, 2023
1 parent c768ae4 commit 6fcc6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The quickest way to get started is to install the cli tool as a global package.

```sh
# npm users
$ npm install -g aikido-api-client
$ npm install -g @aikidosec/ci-api-client

# yarn users
$ yarn global add aikido-api-client
$ yarn global add @aikidosec/ci-api-client
```

After installation, you'll need to setup your Aikido API key. You can add your key by requesting a token on the [Continuous Integrations page](https://app.aikido.dev/settings/integrations/continuous-integration) in the [Integrations](https://app.aikido.dev/settings/integrations) section of the Aikido web platform. Click the "Start integrating" link and setup your key globally by executing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aikido-api-client",
"name": "@aikidosec/ci-api-client",
"version": "1.0.0",
"description": "CLI api client to easily integrate the Aikido public CI API into custom deploy scripts",
"license": "MIT",
Expand Down

0 comments on commit 6fcc6e3

Please sign in to comment.