Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xrd committed Jul 2, 2010
1 parent c250a6e commit e194119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http://github.com/extjs/Connect
// //
// Your API key, look in the settings on rpxnow.com // Your API key, look in the settings on rpxnow.com
RPX.config( 'apiKey', 'abcefgehijk' ); RPX.config( 'apiKey', 'abcefgehijk' );
// (Specify root paths to ignore, if you need to serve them for your login page) // (Specify root paths to ignore, paths not protected by RPX auth, or paths you need to serve for your login page, like CSS)
RPX.config( 'ignorePaths', [ '/stylesheets', '/images', '/javascript', '/css' ] ); RPX.config( 'ignorePaths', [ '/stylesheets', '/images', '/javascript', '/css' ] );
// This is where RPX will redirect you to once authentication has occurred // This is where RPX will redirect you to once authentication has occurred
RPX.config( 'reentryPoint', '/rpx_login' ); RPX.config( 'reentryPoint', '/rpx_login' );
Expand Down

0 comments on commit e194119

Please sign in to comment.