Skip to content

Commit ef68022

Browse files
ptrdoptrdo
authored andcommitted
Documentation
1 parent be9cc11 commit ef68022

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This example demonstrates integration into a minimal [Asynchronous Module Defini
2020
```sh
2121
> yarn install
2222
```
23-
**3:** The file to run is `\minimal-requirejs\www\index.html`. A `localhost` or other webserver will be required for the page to import all runtime components and then render without error. One convenient means is use an Integrated Development Environment (IDE) such as JetBrain's [WebStorm](https://www.jetbrains.com/webstorm/) or [IntelliJ](https://www.jetbrains.com/idea/) which can open these files for review and edit and then run them in its internal webserver.
23+
**3:** The file to run is `\minimal-requirejs\www\index.html`. A `localhost` or other webserver will be required for the page to import all runtime components and then render without error. One convenient means is use of an Integrated Development Environment (IDE) such as JetBrain's [WebStorm](https://www.jetbrains.com/webstorm/) or [IntelliJ](https://www.jetbrains.com/idea/) which can open these files for review and edit and then run them in its internal webserver.
2424

2525
***
2626
### minimal-webpack
@@ -42,4 +42,4 @@ The Node Package Manager ([NPM](https://www.npmjs.com/get-npm)) is installed as
4242
```sh
4343
> npm start
4444
```
45-
**4:** Open a browser and navigate to `http://localhost:8080` to view the deployed code. Note: If this does not work, there may be a conflict with other processes, so th `8080` port can be changed by [configuring the devServer](https://webpack.js.org/configuration/dev-server/).
45+
**4:** Open a browser and navigate to `http://localhost:8080` to view the deployed code. Note: If this does not work, there may be a conflict with other processes, so the `8080` port can be changed by [configuring the devServer](https://webpack.js.org/configuration/dev-server/).

0 commit comments

Comments
 (0)