Skip to content

Commit

Permalink
Changed old path src to lib in usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
sentryjs committed Jun 12, 2011
1 parent fa05d95 commit 150f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -6,7 +6,7 @@ Obtain the latest version of the Stripe PHP bindings with:

To get started, add the following to your PHP script:

require_once("/path/to/stripe-php/src/stripe.php");
require_once("/path/to/stripe-php/lib/stripe.php");

Simple usage looks like:

Expand Down

0 comments on commit 150f73a

Please sign in to comment.