Skip to content

Commit 4e40001

Browse files
authored
Merge pull request #1007 from newrelic/pns/update-readme-cli-install-docs
chore: Update minor typo errors
2 parents 70a4b03 + c222109 commit 4e40001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in 5 minutes or less.
2424
```bash
2525
# Installs the newrelic-cli and invokes the install command
2626
# Replace <API_KEY> AND <ACCOUNT_ID> with your own
27-
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
27+
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
2828
```
2929

3030
### Windows

docs/kubernetes-eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Pre-requesite
5+
## Pre-requisite
66

77
You'll need the following:
88
* AWS account

docs/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For manual or automated testing, we can use a minikube kubernetes cluster.
44

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

7-
## Pre-requesite
7+
## Pre-requisite
88

99
You'll need the following:
1010
* AWS account

0 commit comments

Comments
 (0)