From 420d0d447e30d0347d70a32f472b7bc3385be828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Oko=C5=84ski?= Date: Fri, 20 Apr 2018 15:00:33 +0200 Subject: [PATCH] Remove indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b4be1..af709d6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Run the bundle command to install it. Then run the generator: Add the `policies` (and `roles` if you're using it to split up your roles into files) directories to your autoload paths in `application.rb`: ```ruby - config.autoload_paths += %W(#{config.root}/app/policies #{config.root}/app/roles) +config.autoload_paths += %W(#{config.root}/app/policies #{config.root}/app/roles) ``` ### Supported Ruby versions