From 633a203b78592fb43128e41d5da03909f8a2e383 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 2 Jul 2023 12:31:32 -0500 Subject: [PATCH] Fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.