README.md in airports-1.8.1 vs README.md in airports-1.8.2
- old
+ new
@@ -9,10 +9,10 @@
## Usage
Install the gem by adding it to your Gemfile:
```ruby
-gem "airports", "~> 1.8.1"
+gem "airports", "~> 1.8.2"
```
You can then look up an airport by its IATA code (e.g. `LHR` for London Heathrow) using `Airports.find_by_iata_code`, which returns an object with a bunch of accessors like `name` and `city`:
```ruby