From efbf70ec63e13d3a08d63a01f6d40100681470a9 Mon Sep 17 00:00:00 2001 From: jbonnier Date: Sat, 18 Jan 2025 16:54:02 -0500 Subject: [PATCH] chore(docs): improve readme on where to add the `assets` key --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 657df03..a1868e5 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ ESCAPED_DOLLAR_SIGN='$1000' 2. Add the `.env` file to your assets bundle in `pubspec.yaml`. **Ensure that the path corresponds to the location of the .env file!** ```yml -assets: - - .env +flutter: + assets: + - .env ``` 3. Remember to add the `.env` file as an entry in your `.gitignore` if it isn't already unless you want it included in your version control.