Skip to content

Commit f1e1b77

Browse files
author
dtolstyi
committed
Beautified README file information
1 parent c0f7398 commit f1e1b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.MD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can see full list of differences in [Fossbytes article](https://fossbytes.co
1010

1111
## Requirements
1212
`node-chromium 2.x.x` is tested against and supports Node.js 7+
13-
If you need to use older versions of Node.js try `node-chromium 1.x.x` versions.
13+
If you need to use older versions of Node.js try `node-chromium 1.x.x` releases.
1414

1515
## Usage
1616
Depending on your needs, you can install module into **devDependencies** (`--save-dev`) or production **dependencies** (`--save`)
@@ -48,7 +48,6 @@ const chromium = require('chromium');
4848
require('chromedriver');
4949

5050
async function start() {
51-
5251
let options = new chrome.Options();
5352
options.setChromeBinaryPath(chromium.path);
5453
options.addArguments('--headless');

0 commit comments

Comments
 (0)