Commit 0ed9afe6afff5d769cad7eb7085734041e0b37eb

Authored by Andrew Kane
1 parent 9cedfe2e

Updated example

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -525,7 +525,7 @@ class BooksController < ApplicationController
525 525 limit: 10,
526 526 load: false,
527 527 misspellings: {below: 5}
528   - }).map(&:name)
  528 + }).map(&:title)
529 529 end
530 530 end
531 531 ```
... ...