Skip to content

Commit 6812937

Browse files
committed
improve HTML code examples in README.md
1 parent 4083853 commit 6812937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ After that you can check all results in [http://localhost:8080/webdriver-ts/tabl
304304
2. Create `index.html` in the root of your folder where your app will be served `touch /frameworks/keyed/fast/index.html`
305305
3. Note: your html file must use the global CSS styles `<link href="/css/currentStyle.css" rel="stylesheet" />`
306306
4. Serve the page - Test that your html page is loaded properly in the browser
307-
1. For example put <h1>Hello World - Fast Framework</h1> somewhere
307+
1. For example put `<h1>Hello World - Fast Framework</h1>` somewhere
308308
2. Run the server from the root directory: `npm start`
309309
3. Visit your page in the browser (URL follows the folder structure): `http://localhost:8080/frameworks/keyed/fast/index.html`
310310
4. Note: Its important to always start the server from the root, because that way you'll get access to global CSS that all apps must share

0 commit comments

Comments
 (0)