Skip to content

Commit bc7644a

Browse files
authored
docs: fix the Node version used to build (#238)
1 parent cbdaf05 commit bc7644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demonstrate how to integrate [maxGraph](https://github.com/maxGraph/maxGraph/) i
88

99
### Setup
1010

11-
Ensure you are using Node 18 (this is the tested version, it may work with other versions without guarantee)
11+
Ensure you are using Node declared in the [.nvmrc](.nvmrc) file (this is the tested version, it may work with other versions without guarantee)
1212

1313
If you are using `nvm`, run
1414
```shell

0 commit comments

Comments
 (0)