Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VideoNot.es
======================

The easiest way to take notes synchronized with videos!
Based on the Google Drive sample application (https://developers.google.com/drive/examples/python).
Based on the Google Drive sample application (https://developers.google.com/drive/web/examples/).

This app is under MIT licence (http://opensource.org/licenses/MIT)

Expand All @@ -13,9 +13,9 @@ Originally created by Clément DELANGUE and Arnaud BRETON for UniShared Inc.
You need to provide a JSON configuration.
This file must be at the root level and named config_<environment>.json (environment={production,staging})

To track events via Segment.io (https://segment.io), please provide a `segmentio` key in this file containing your account token.
To track events via Segment.io (https://segment.com/), please provide a `segmentio` key in this file containing your account token.
For Evernote export, please provide evernote_consumer_key` and `evernote_consumer_secret keys.
To receiver error reports by email, provide a `admin_email` key.
To receive error reports by email, provide a `admin_email` key.

#Deployment

Expand Down