From ab7a48ab1b30c82a7af6f9f6be25f1696d03e42c Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 26 Dec 2022 20:32:17 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4836e6a..a674c50 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ dotenv["MY_ENV_VAR1"] -- Configure dotenv to search `./assets` for a file with name `env` +- Configure dotenv to search `/assets` for a file with name `env` ```kotlin val dotenv = dotenv { @@ -95,7 +95,7 @@ dotenv["MY_ENV_VAR1"] dotenv["MY_ENV_VAR1"] ``` -**Note:** The above configuration is required because dot files in `./assets` do not appear to resolve on Android. *(Seeking recommendations from the Android community on how `dotenv-kotlin` configuration should work in order to provide the best experience for Android developers)* +**Note:** The above configuration is required because dot files in `/assets` do not appear to resolve on Android. *(Seeking recommendations from the Android community on how `dotenv-kotlin` configuration should work in order to provide the best experience for Android developers)* Alternatively, if you are using Provider `android.resource` you may specify