Update readme
This commit is contained in:
@ -10,8 +10,7 @@ Check `demo.js` for usage example.
|
||||
Edit `demo.js` and configure FairHopper Game host settings:
|
||||
|
||||
```javascript
|
||||
const FAIRHOPPER_HOST = "http://127.0.0.1";
|
||||
const FAIRHOPPER_PORT = 8010;
|
||||
const FAIRHOPPER_HOST = "http://127.0.0.1:8010";
|
||||
```
|
||||
|
||||
Run example using node:
|
||||
|
||||
@ -24,8 +24,7 @@ Check `demo.py` for usage example.
|
||||
Edit `demo.py` and configure FairHopper Game host settings:
|
||||
|
||||
```python
|
||||
FAIRHOPPER_HOST = "http://127.0.0.1"
|
||||
FAIRHOPPER_PORT = 8010
|
||||
FAIRHOPPER_HOST = "http://127.0.0.1:8010"
|
||||
```
|
||||
|
||||
Activate environment and run example:
|
||||
|
||||
Reference in New Issue
Block a user