From f7b9f2bdfe8ca35da19e2b970f579634a6f82d86 Mon Sep 17 00:00:00 2001 From: Takashi Nakagawa Date: Mon, 6 Jan 2014 03:36:00 +0900 Subject: [PATCH] Fixed README I think it's more readable :D --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3710db2..e1dc96e4b 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ User.tagged_with(['awesome, cool'], :on => :tags, :any => true).tagged_with(['sm You can also use `:wild => true` option along with `:any` or `:exclude` option. It will looking for `%awesome%` and `%cool%` in sql. -__Tip:__ `User.tagged_with([])` or '' will return `[]`, but not all records. +__Tip:__ `User.tagged_with([])` or `User.tagged_with('')` will return `[]`, but not all records. ### Relationships @@ -362,4 +362,4 @@ You can run all the tests across all the Rails versions by running `rake apprais ## License -See [LICENSE](https://github.com/mbleigh/acts-as-taggable-on/blob/master/LICENSE.md) \ No newline at end of file +See [LICENSE](https://github.com/mbleigh/acts-as-taggable-on/blob/master/LICENSE.md)