Skip to content

Commit 37e5984

Browse files
committed
docs(README): add explanation for AppEnvironment.production
Added a comment line in the README.md to explain the usage of `AppEnvironment.production` for connecting to a live backend API.
1 parent 503f90d commit 37e5984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Get started for free and purchase when you're ready to launch!
9494
9595
// Use `AppEnvironment.demo` to run with in-memory data (no API needed).
9696
// Use `AppEnvironment.development` to connect to a local backend API.
97+
// Use `AppEnvironment.production` to connect to a live backend API.
9798
const appEnvironment = AppEnvironment.demo;
9899
```
99100

0 commit comments

Comments
 (0)