Skip to content

Commit 5eaa945

Browse files
authored
Merge pull request #89 from jayden-chan/master
Fixes minor readme typos
2 parents 2085e63 + 41e389d commit 5eaa945

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/nodejs-server/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ If you haven't done so already, initialize your local keychain by running:
1616
yarn app-config secrets init
1717
```
1818

19-
In order to trust yourself to this project, you can export your public certificate by running:
20-
In order to trust yourself in this project, run:
19+
To trust yourself in this project, you can export your public certificate by running:
2120

2221
```
2322
yarn app-config secrets export my_public_key.asc
@@ -28,7 +27,7 @@ APP_CONFIG_SECRETS_KEY=`cat ci.asc` yarn app-config secrets trust my_public_key.
2827
More on trusting users [here](https://app-config.dev/guide/intro/encryption.html#trusting-users).
2928

3029
**NOTE:**
31-
We're using the variable `APP_CONFIG_SECRETS_KEY` in order to authorize your key in this repo.
30+
We're using the variable `APP_CONFIG_SECRETS_KEY` to authorize your key in this repo.
3231
[More info here](https://app-config.dev/guide/intro/encryption.html#ci-automation).
3332

3433
---

0 commit comments

Comments
 (0)