From 63b512d7e4d64019d03989e137fa9a63fcdb47ac Mon Sep 17 00:00:00 2001 From: Bhanupratap Singh <31413840+asterisk-bhanu@users.noreply.github.com> Date: Mon, 15 Oct 2018 14:14:06 +0530 Subject: [PATCH] Typo in line #15: "fetchs" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9702db..b726e67 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ npm start ### Time Travel Time travel displays past versions of the repo based on merged pull requests. -The build script in `time-travel` folder fetchs each merged pull request's `docs` folder content (except for `docs/time-travel/`) and store them in `docs/time-travel/history`, then writes data to `docs/time-travel/index.json` for later use. Currently this process has to be done manually. +The build script in `time-travel` folder fetches each merged pull request's `docs` folder content (except for `docs/time-travel/`) and store them in `docs/time-travel/history`, then writes data to `docs/time-travel/index.json` for later use. Currently this process has to be done manually. **Note**: Create a `.env` with your github's access token in order to fetch data from Github API.