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.