Skip to content

Commit

Permalink
fixed renaming variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sydlawrencedev committed Mar 22, 2012
1 parent 3ab075d commit 80c03cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ Set up the sandbox api to begin with

Fetch an array of all available assets

$assets = $sandbox->assets($start, $per_page = 100);
$assets = $sandboxApi->assets($start, $per_page = 100);

Access an individual asset

$sandbox->access($id)
$sandboxApi->access($id)

Access an array of assets

$sandbox->access($array)
$sandboxApi->access($array)



Expand Down

0 comments on commit 80c03cc

Please sign in to comment.