Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paraccoli authored Jul 12, 2024
1 parent f747659 commit 12f397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd weather-app
pip install -r backend/requirements.txt
```
3. [OpenWeatherMap](https://home.openweathermap.org/)からAPIキーを取得します。
- APIキーを追加します: `WEATHER_API_KEY=your_api_key_here`
- `.env`ファイルにAPIキーを追加します: `WEATHER_API_KEY=your_api_key_here`

### 起動方法

Expand Down

0 comments on commit 12f397a

Please sign in to comment.