diff --git a/README.md b/README.md index 6ad3fbe..0e81a2f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Your Personal Access Token should have the following permissions: - `read:discussion` - `read:enterprise` (Read enterprise profile data) -You can eiher add the PAT to your environment as the `GITHUB_PAT` variable (perhaps exporting it from your shell resource file or profile) or you can store your PAT in Harmony's config file. The first time you start Harmony, it will ask you to configure your PAT if you don't want to use the Environment variable. You only need one of (a) the ENV var and (b) the config property and the environment variable will take precedence if you have both set. +You can either add the PAT to your environment as the `GITHUB_PAT` variable (perhaps exporting it from your shell resource file or profile) or you can store your PAT in Harmony's config file. The first time you start Harmony, it will ask you to configure your PAT if you don't want to use the Environment variable. You only need one of (a) the ENV var and (b) the config property and the environment variable will take precedence if you have both set. ### NPM You can install Harmony via npm directly by running `npm install -g @mattpolzin/harmony`.