Skip to content

Commit ab297f4

Browse files
authored
Merge pull request #20 from make-software/chore/prerequisites
chore(README): Add prerequisites
2 parents 34f0a33 + 866d181 commit ab297f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
The library is built on top of the [casper-js-sdk](https://github.com/casper-ecosystem/casper-js-sdk) and operates on types defined by the SDK.
66

7+
## Prerequisites
8+
9+
- **Node.js Version**: >12.22.10
10+
- **OS**: Linux, MacOS
11+
712
## Install
813

914
`npm install --save @make-software/ces-js-parser`
@@ -40,6 +45,7 @@ events.forEach(console.log);
4045
CES JS Parser provides several public types and functions:
4146

4247
- [CES JS Parser](#ces-js-parser)
48+
- [Prerequisites](#prerequisites)
4349
- [Install](#install)
4450
- [Usage](#usage)
4551
- [API](#api)
@@ -54,6 +60,8 @@ CES JS Parser provides several public types and functions:
5460
- [`Schema`](#schema)
5561
- [`Schemas`](#schemas)
5662
- [Tests](#tests)
63+
- [License](#license)
64+
- [Contributing](#contributing)
5765

5866
### `Parser`
5967

0 commit comments

Comments
 (0)