Skip to content

Commit

Permalink
Moved installation instructions higher [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 20, 2019
1 parent c15cf61 commit c9663ca
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@

[Download PLU codes](https://raw.github.com/ankane/plu/master/plu_codes.csv) - data cleaned up from the [Produce Marketing Association](http://www.plucodes.com)

## How To Use
## Installation

Add this line to your application’s Gemfile:

```ruby
gem 'plu'
```

## Getting Started

List known PLUs

Expand Down Expand Up @@ -47,20 +55,6 @@ PLU.new(84011).gm? # true
PLU.new(3170).retailer_assigned? # true
```

## Installation

Add this line to your Gemfile:

```ruby
gem "plu"
```

And run:

```sh
bundle
```

## Resources

- [IFPS 2012 Users Guide](http://www.plucodes.com/docs/Users_Guide_July_2012_FINAL.pdf)
Expand Down

0 comments on commit c9663ca

Please sign in to comment.