From 784a37c53de32f2e52de6c5cacbebf24d0ac2c8a Mon Sep 17 00:00:00 2001 From: Roman Alekseev Date: Fri, 27 Jan 2017 16:10:17 +0100 Subject: [PATCH] Documentation edit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6fb892..b3bb1bd 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This package provides possibility for third party applications to log in with tr First of all you need to get a client ID. -If you don't have one, you need create a request to Hotel Manager team or another responsible team in order to get it. +If you don't have one, please send a request to Christina.Gkofa@trivago.com ## How to start @@ -47,17 +47,17 @@ We have several predefined scopes that you can use at the moment: If you don't pass any scopes, default one will be used (personal_info). ## API reference - + ### trvOauthSdk(clientId, options) - + Method to initialize your application. Returns an object with `authorize` method in it. Throws an error if `clientId` was not specified or was not a string. #### clientId `` *required* A clientId provided by trivago in order to make possible to log in with trivago. - + #### options `` *optional* - + ##### options.scope `string`: Oauth scope, default: '' (empty string) @@ -73,7 +73,7 @@ Consider the next example which shows how this library can be used: -``` \ No newline at end of file +```