Skip to content

Commit

Permalink
Updated README file for version 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolstyi committed Nov 16, 2018
1 parent b0d15e7 commit e20a7e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
The main benefit of using Chromium is that it **doesn't** include all the proprietary modifications made by Google, thus it's more lightweight and more suitable for automation purposes.
You can see full list of differences in [Fossbytes article](https://fossbytes.com/difference-google-chrome-vs-chromium-browser/).

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

## Usage
Depending on your needs, you can install module into **devDependencies** (`--save-dev`) or production **dependencies** (`--save`)

Expand Down

0 comments on commit e20a7e6

Please sign in to comment.