From 7353fff21c14c8718e49135bbc4f9d01bf8514a5 Mon Sep 17 00:00:00 2001 From: Tim Schiewe Date: Mon, 30 Apr 2018 19:40:48 +0200 Subject: Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9e8e6..d38f5a1 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.3.1