diff --git a/README.md b/README.md index 11ac1d9..add6a95 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ use std::env; config! { DEBUG: bool => true, - HOST: String => "127.0.0.1".to_string(), + HOST: String => "127.0.0.1", DATABASE_URL < ( "postgres://", diff --git a/itconfig/README.md b/itconfig/README.md index 7ab51fa..bb51f80 100644 --- a/itconfig/README.md +++ b/itconfig/README.md @@ -14,7 +14,7 @@ use std::env; config! { DEBUG: bool => true, - HOST: String => "127.0.0.1".to_string(), + HOST: String => "127.0.0.1", DATABASE_URL < ( "postgres://",