From 3b30dcee4510cb31b10a6a54cce9f65edca40868 Mon Sep 17 00:00:00 2001 From: Sefa Kilic Date: Fri, 6 Mar 2015 21:48:29 -0500 Subject: [PATCH] removed link --- .travis.yml | 1 - README.md | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b11a532..27abb08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python - before_install: - openssl aes-256-cbc -K $encrypted_a6b16d87fee2_key -iv $encrypted_a6b16d87fee2_iv -in apikey.py.enc -out goodreads/apikey.py -d diff --git a/README.md b/README.md index 00ec3ca..bf46260 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,10 @@ gc.authenticate(, ) Note that `access_token` and `access_token_secret` are different from developer key and secret. For the development step, you can call the same function with no -parameters to get authorization. It will open a URL pointing -[a Goodreads page](http://goodreads.com) for OAuth permission. For your -application, you can direct the user to that particular URL, ask him/her to -authorize your app and save the returning `access_token` and -`access_token_secret` in your database. +parameters to get authorization. It will open a URL pointing a Goodreads page +for OAuth permission. For your application, you can direct the user to that +particular URL, ask him/her to authorize your app and save the returning +`access_token` and `access_token_secret` in your database. ## Examples