Skip to content

Commit

Permalink
Merge pull request #1381 from tom-anders/patch-3
Browse files Browse the repository at this point in the history
fix: inconsistent hostname in dev docs
  • Loading branch information
veloce authored Jan 28, 2025
2 parents 9afc756 + 1df1122 commit 9855d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Use the `flutter run` command to run the app on an emulator or a real device. If

```bash
flutter run \
--dart-define=LICHESS_HOST=lichess.dev \
--dart-define=LICHESS_HOST=lichess.org \
--dart-define=LICHESS_WS_HOST=socket.lichess.org
```

Expand Down

0 comments on commit 9855d3d

Please sign in to comment.