Skip to content

Commit cbe373b

Browse files
authored
no-op (#806)
1 parent 8243833 commit cbe373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Move the time slider above the map to see how the “[duck curve](https://en.wik
1313
The (near) real-time hourly electric data needed to create this dashboard is loaded from several API endpoints on the EIA website. These endpoints require an API key that can be [requested from the website](https://www.eia.gov/opendata/documentation.php). To connect the data loaders to the EIA API, we add an `.env` file at the root of the project directory containing the API key:
1414

1515
```
16-
EIA_KEY=xxxxxxxxxxx
16+
EIA_KEY=xxxxxxxxxxxx
1717
```
1818

1919
You may want to add `.env` to a `.gitignore` file in your project root to keep the key from being exposed.

0 commit comments

Comments
 (0)