Skip to content

Commit d4604c2

Browse files
committed
Readme: lint fixes
1 parent 92dfc18 commit d4604c2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,29 @@ Based on [QmlWeb](https://github.com/qmlweb/qmlweb) and [Electron](https://githu
1212
This is not a replacement to Qt QML by any means and should not be used in
1313
production.
1414

15-
The only purpose of this tool is to test QmlWeb and visually compare the rendered
16-
results with Qt QML output (e.g. `qmlscene`).
15+
The only purpose of this tool is to test QmlWeb and visually compare the
16+
rendered results with Qt QML output (e.g. `qmlscene`).
1717

1818
## Installation and usage
1919

20-
#### Prerequisites
20+
### Prerequisites
2121

2222
You need Node.js with npm to install and run qmlweb-viewer.
2323

2424
See [Installing Node.js via package manager](https://nodejs.org/en/download/package-manager/)
2525
or [Node Version Manager](http://nvm.sh) for more detailed instructions on that.
2626

27-
#### Local install (to a subdirectory):
27+
### Local install (to a subdirectory)
28+
2829
```sh
2930
npm i qmlweb-viewer
3031
./node_modules/.bin/qmlweb-viewer path-to-file.qml
3132
```
3233

33-
This way, `qmlweb-viewer` will be installed into the `node_modules` subdirectory.
34+
This way, `qmlweb-viewer` will be installed into the `node_modules`
35+
subdirectory.
3436

35-
#### Global install
37+
### Global install
3638

3739
See [Fixing npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions)
3840
to fix permissions issues, running `npm` as root is not recommended.

0 commit comments

Comments
 (0)