From 0ed9afe6afff5d769cad7eb7085734041e0b37eb Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 8 Dec 2015 00:56:52 -0800 Subject: [PATCH] Updated example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 044a6fc..23d9353 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ class BooksController < ApplicationController limit: 10, load: false, misspellings: {below: 5} - }).map(&:name) + }).map(&:title) end end ``` -- libgit2 0.21.0