Skip to content

Commit

Permalink
Merge pull request #5 from micahwalter/master
Browse files Browse the repository at this point in the history
Small fix in the docs
  • Loading branch information
straup committed Jan 9, 2014
2 parents fc98d1b + ee9d436 commit b94b4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -13,7 +13,7 @@ The basics
===

# You will need valid Instagram OAuth credentials
# See also: http://instagram.com/developer/client/register/
# See also: http://instagram.com/developer/register/

$GLOBALS['cfg']['instagram_oauth_key'] = '';
$GLOBALS['cfg']['instagram_oauth_secret'] = '';
Expand Down
2 changes: 1 addition & 1 deletion www/include/config.php.example
Expand Up @@ -14,7 +14,7 @@
# Things you'll need to tweak

# You will need valid Instagram OAuth credentials
# See also: http://instagram.com/developer/client/register/
# See also: http://instagram.com/developer/register/

$GLOBALS['cfg']['instagram_oauth_key'] = '';
$GLOBALS['cfg']['instagram_oauth_secret'] = '';
Expand Down

0 comments on commit b94b4ca

Please sign in to comment.