Skip to content

Commit ffe7da8

Browse files
committed
chore: run prettier
Signed-off-by: Markus <[email protected]>
1 parent d537ba4 commit ffe7da8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# node-java
2+
13
[![Test](https://github.com/MarkusJx/node-java-bridge/actions/workflows/test.yml/badge.svg)](https://github.com/MarkusJx/node-java-bridge/actions/workflows/test.yml)
24
[![Check-style](https://github.com/MarkusJx/node-java-bridge/actions/workflows/check-style.yml/badge.svg)](https://github.com/MarkusJx/node-java-bridge/actions/workflows/check-style.yml)
35
[![SystemTest](https://github.com/MarkusJx/node-java-bridge/actions/workflows/system_test.yml/badge.svg)](https://github.com/MarkusJx/node-java-bridge/actions/workflows/system_test.yml)
@@ -24,13 +26,15 @@ npm i java-bridge
2426
## Build instructions
2527

2628
In order to build this project, you should install
27-
* Node.js
28-
* npm
29-
* rustc, the rust compiler
30-
* cargo
31-
* Java JDK 8+
29+
30+
- Node.js
31+
- npm
32+
- rustc, the rust compiler
33+
- cargo
34+
- Java JDK 8+
3235

3336
Then, to build the project, run:
37+
3438
```sh
3539
npm install
3640
npm run build

0 commit comments

Comments
 (0)