Skip to content

Commit 9dffca5

Browse files
authored
Update README.md
1 parent 42c5fb0 commit 9dffca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ There are two ways to setup `Live Server Web Extension`.
4444

4545
* Start `Live Server` (assuming the port of live server is `5500`). This server will be used by the extension to know, if any of the files have changed.
4646

47-
* Open a terminal and navigate to the folder your project lives in (generally index.php lives here..) Start a web server by running `php -S localhost:8000`
47+
* In case of PHP & if you're not using XAMPP or any other tool/server, Open a terminal and navigate to the folder your project lives in (generally index.php lives here..) Start a web server by running `php -S localhost:8000`
4848

4949
* Now open pop-up menu of `Live Server Web Extension` and check the option `I don't want proxy setup`. [Follow the screenshot](./img/screenshots/live-server-web-extension-easy-setup.png).
5050

51-
* Now at the Actual Server add `http://localhost:8000/`.
51+
* Now at the Actual Server add `http://localhost:8000/`. (In which address your PHP/Node.js is running)
5252
* Now at the `Live Server` add `http://localhost:5500/`.
5353

5454
* Now open up `http://localhost:8000/` in your browser. On every changes, your page will be refreshed automaticly.

0 commit comments

Comments
 (0)