clarify versioning schema

This commit is contained in:
Sparticuz 2022-09-27 11:50:53 -04:00
parent 18d292e274
commit 3d958cd7d7
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ npm install --save-dev @sparticuz/chromium@$CHROMIUM_VERSION
If you wish to install an older version of Chromium, take a look at [@sparticuz/chrome-aws-lambda](https://github.com/Sparticuz/chrome-aws-lambda#versioning) or [@alixaxel/chrome-aws-lambda](https://github.com/alixaxel/chrome-aws-lambda).
## Versioning
The @sparticuz/chromium version schema is as follows:
`MajorChromiumVersion.MinorChromiumIncrement.@Sparticuz/chromiumPatchLevel`
## Usage
This package works with all the currently supported AWS Lambda Node.js runtimes out of the box.