From 52411dadc59ed3aeb8d61570f9d34cefc79a6de0 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Fri, 17 Nov 2017 20:58:52 +0200 Subject: [PATCH] Fix some mistakes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db3f82e4..19d99a0f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ also catches code smells and wrong code constructions. ## How it works -Ameba's *"fingerlike projections"* are [rules](src/rule/). Each rule makes the inspection for that or +Ameba's *"fingerlike projections"* are [rules](src/ameba/rule/). Each rule makes the inspection for that or another problem in the source code. Currently rules are able to: - [x] simply validate lines of source code @@ -58,7 +58,7 @@ script: - bin/ameba ``` -Using this config Ameba will inspect files just and the specs run. Travis will also fail +Using this config Ameba will inspect files just after the specs run. Travis will also fail the build if some problems detected. ### OS X