From 5a93c1efc6888bf9cbb211ea6414516f13411aa2 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Thu, 24 Jan 2019 03:47:05 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e880ada..96528ed 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ To use credentials as config store, add telegram section to credentials instead `rails credentials:edit`. In this case be aware of that [Rails may not load credentials in dev environment by default](https://github.com/telegram-bot-rb/telegram-bot/issues/74#issuecomment-384205609). -I suggest not using Rails 5.2 credentials because it can lead to leakage of sesitive data +I suggest not using Rails 5.2 credentials because it can lead to leakage of sensitive data and it's more difficult to use in multiple environments. See [secure_credentials](https://github.com/printercu/secure_credentials) gem for better option.