From 67a35f18cb88f237e109312e5e86a80038d3c3df Mon Sep 17 00:00:00 2001 From: dahalnischal <72251500+dahalnischal@users.noreply.github.com> Date: Fri, 2 Oct 2020 14:55:57 +0545 Subject: [PATCH] Update README.md --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index a895b3a..ab27bd3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -20,6 +20,6 @@ export OCTO_ORG="PizzaHub" export OCTO_REPO="pizzahub.github.io" ``` -Create the personal access token for `GITHUB_COM_TOKEN` and `OCTO_UX_TOKEN` from your [developer settings](https://github.com/settings/tokens). If you dont want to set these every time, they can be set in your `.bash_profile` and loaded into your shell by opening a brand new terminal window. +Create yours personal access token for `GITHUB_COM_TOKEN` and `OCTO_UX_TOKEN` from your [developer settings](https://github.com/settings/tokens). If you dont want to set these every time then, they can be set in your `.bash_profile` and loaded into your shell by opening a brand new terminal window. -Also make sure you have `jq` installed for nicer output on the CLI (e.g. `brew install jq` on macOS). +Also make sure that you have `jq` installed for nicer output on the CLI (e.g. `brew install jq` on macOS).