From 8293708985cfe510e032c8b931a59aa4513d5776 Mon Sep 17 00:00:00 2001 From: warped-quasar <38660452+warped-quasar@users.noreply.github.com> Date: Wed, 18 Jul 2018 11:43:57 -0500 Subject: [PATCH] update to url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f776f1..c374312 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Note: This library is not avaliable through via PyPI and must be installed local `client_key = 'your_client_key_here' client_secret = 'your_client_secret_here' - gallery_url = 'your_gallery_url'` + gallery_url = '"Your_gallery_API_URL"'` - `x = Gallery('your_gallery_url', apiKey, apiSecret)` + `x = Gallery('gallery_url', apiKey, apiSecret)` ### x.subscription()