Update Livereload/Instant Refresh documentation

This commit is contained in:
Baptiste Arnaud
2021-03-03 10:18:48 +01:00
committed by GitHub
parent cdf7de7ad4
commit 4a5993fe7a
+1 -1
View File
@@ -41,7 +41,7 @@ To enable Livereload and Instant Refresh during development (when running `npm r
```json
{
"server": {
"url": "192.168.1.2:3000"
"url": "http://192.168.1.2:3000"
}
}
```