diff options
| author | Tim Schiewe <git@tforge.de> | 2018-04-30 19:40:48 +0200 |
|---|---|---|
| committer | Tim Schiewe <git@tforge.de> | 2018-04-30 19:40:48 +0200 |
| commit | 7353fff21c14c8718e49135bbc4f9d01bf8514a5 (patch) | |
| tree | a049cc3a2d15f7d1a429de8069dcaf160dabba37 | |
| parent | 127cca8835fc1312daf7308720612d535d6df559 (diff) | |
| download | splus-7353fff21c14c8718e49135bbc4f9d01bf8514a5.tar.gz splus-7353fff21c14c8718e49135bbc4f9d01bf8514a5.zip | |
Fix typo in README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Run `npm install` to install the necessary dependencies. ### Google Follow the steps provided by Google: https://developers.google.com/calendar/auth#OAuth2Authorizing -You will receive a `client_secret.json` file which contains your Google API credentials. Save this file as ´etc/google/client_secret.json`. +You will receive a `client_secret.json` file which contains your Google API credentials. Save this file as `etc/google/client_secret.json`. Adjust `config.ts` so that it uses the `sinks/GoogleCalendarSink`. Then run `npm start` in a terminal, visit the printed link and paste the code that will be provided there into the terminal window. |
