Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Apr 28, 2012
1 parent b50c448 commit 01a4aa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ part.datasheet

* * *

Returns the best offer (lowest price) for the quantity specified.

**.best_offer**

Returns the best offer (lowest price) for the quantity specified.

```ruby
part = Octopart::Part.find(39619421)
# => #<Octopart::Part >
Expand All @@ -130,6 +130,8 @@ part.best_offer.prices

* * *

Returns the best price (lowest price) for the quantity specified.

**.best_price**

```ruby
Expand Down

0 comments on commit 01a4aa8

Please sign in to comment.