From b51b5e0df73f7257802f6a7af606111f5b1d05c5 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 6 Feb 2020 10:25:29 +0000 Subject: [PATCH] Changed gist_token to github access token in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332ad62f00..e03d863682 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ To run the Selenium tests via Nightwatch: - **the `remixd` tests suite** requires to run `remixd` locally.** -- **the `gist` tests suite** requires specifying a `gist_token` value in **.env file**. +- **the `gist` tests suite** requires specifying a github access token in **.env file**. ``` gist_token = ```