Skip to content

Commit

Permalink
adding api usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Matheson committed Sep 30, 2009
1 parent ddfc117 commit 1f9e287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Get a single customer with an ID of 1

#all attributes are available now as array indexs

customer['firstname']
customer['lastname']
customer['firstname'] => "Tim"
customer['lastname'] => "Matheson"

# and so on

Expand Down
4 changes: 2 additions & 2 deletions pkg/magento-api-0.1.0/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Get a single customer with an ID of 1

#all attributes are available now as array indexs

customer['firstname']
customer['lastname']
customer['firstname'] => "Tim"
customer['lastname'] => "Matheson"

# and so on

Expand Down

0 comments on commit 1f9e287

Please sign in to comment.