From a17c27e4a6b9db9de1ecc24246606ee6dfa074b0 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Fri, 26 Jan 2018 17:46:10 -0200 Subject: [PATCH] lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d105c01..87681e8 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can vote on some resource: author = Author.last resource = Article.last -author.rate(resource, 3) +author.rate resource, 3 ``` ### rating