Skip to content

Commit

Permalink
Merge pull request #1007 from newrelic/pns/update-readme-cli-install-…
Browse files Browse the repository at this point in the history
…docs

chore: Update minor typo errors
  • Loading branch information
Nandu-pns authored Jan 3, 2024
2 parents 70a4b03 + c222109 commit 4e40001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in 5 minutes or less.
```bash
# Installs the newrelic-cli and invokes the install command
# Replace <API_KEY> AND <ACCOUNT_ID> with your own
curl -Ls https://https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash && sudo NEW_RELIC_API_KEY=<API_KEY> NEW_RELIC_ACCOUNT_ID=<ACCOUNT_ID> /usr/local/bin/newrelic install
curl -Ls https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash && sudo NEW_RELIC_API_KEY=<API_KEY> NEW_RELIC_ACCOUNT_ID=<ACCOUNT_ID> /usr/local/bin/newrelic install
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This guide describes how to provision an AWS EKS cluster using the [demo-deployer](https://github.com/newrelic/demo-deployer), kubectl, eksctl.

## Pre-requesite
## Pre-requisite

You'll need the following:
* AWS account
Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For manual or automated testing, we can use a minikube kubernetes cluster.

To test with a real multi-node cluster see the [Kubernetes EKS testing](./kubernetes-eks.md) documentation.

## Pre-requesite
## Pre-requisite

You'll need the following:
* AWS account
Expand Down

0 comments on commit 4e40001

Please sign in to comment.