Skip to content

Commit a61df19

Browse files
committed
fine-tune README.md
1 parent f049c84 commit a61df19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ If you are creating an open source application under a license compatible with t
5858
* copy/paste your configuration from your Firebase project's dashboard into one of these files
5959
* *src/components/Firebase/firebase.js* file
6060
* *.env* file
61-
* *.env.development*/*.env.production* files
61+
* *.env.development* and *.env.production* files
6262

63-
The *.env* or *.env.development*/*.env.production* files could look like the following then:
63+
The *.env* or *.env.development* and *.env.production* files could look like the following then:
6464

6565
```
6666
REACT_APP_API_KEY=AIzaSyBtxZ3phPeXcsZsRTySIXa7n33NtQ
@@ -86,9 +86,9 @@ REACT_APP_MESSAGING_SENDER_ID=701928454501
8686
* add a redirect URL for redirecting a user after an email verification into one of these files
8787
* *src/components/Firebase/firebase.js* file
8888
* *.env* file
89-
* *.env.development*/*.env.production* files
89+
* *.env.development* and *.env.production* files
9090

91-
The *.env* or *.env.development*/*.env.production* files could look like the following then (excl. the Firebase configuration).
91+
The *.env* or *.env.development* and *.env.production* files could look like the following then (excl. the Firebase configuration).
9292

9393
**Development:**
9494

0 commit comments

Comments
 (0)