Update readme

This commit is contained in:
Eden Kirin
2023-04-23 10:06:25 +02:00
parent fb6d1276e6
commit 96adaac01a
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,7 @@ Check `demo.js` for usage example.
Edit `demo.js` and configure FairHopper Game host settings: Edit `demo.js` and configure FairHopper Game host settings:
```javascript ```javascript
const FAIRHOPPER_HOST = "http://127.0.0.1"; const FAIRHOPPER_HOST = "http://127.0.0.1:8010";
const FAIRHOPPER_PORT = 8010;
``` ```
Run example using node: Run example using node:

View File

@ -24,8 +24,7 @@ Check `demo.py` for usage example.
Edit `demo.py` and configure FairHopper Game host settings: Edit `demo.py` and configure FairHopper Game host settings:
```python ```python
FAIRHOPPER_HOST = "http://127.0.0.1" FAIRHOPPER_HOST = "http://127.0.0.1:8010"
FAIRHOPPER_PORT = 8010
``` ```
Activate environment and run example: Activate environment and run example: