From 7f1f2bb884fbe84b3d75331048a053c27d43bc28 Mon Sep 17 00:00:00 2001 From: Max Melentiev Date: Tue, 16 Jan 2018 14:13:20 +0300 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 116872c..44df1b9 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Callback queries without prefix stay untouched. # This one handles `set_value:%{something}`. def set_value_callback_query(new_value = nil, *) save_this(value) - answer_callback_query('Saved!) + answer_callback_query('Saved!') end # And this one is for `make_cool:%{something}` @@ -526,7 +526,7 @@ Yes, it's threadsafe too. ## Development -After checking out the repo, run `bin/setup` to install dependencies. +After checking out the repo, run `bin/setup` to install dependencies and git hooks. Then, run `appraisal rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.