Skip to content

Commit 387ee9b

Browse files
committed
Fixed typo
1 parent 36dd83f commit 387ee9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ Before setting up LiquidJava, ensure you have the following installed:
4141

4242
## Verify Installation
4343

44-
To generate an executable to check your refinements using LiquidJava, do as follows:To verify that you can execute LiquidJava:
45-
*Warning: Any change to LiquidJava requires rebuilding the jar.*
44+
To generate an executable to check your refinements using LiquidJava*:
4645

4746
1. **Build the jar**:
4847
```bash
4948
mvn package -Djar.finalName=liquidjava
5049
```
50+
*Warning: Any change to LiquidJava requires rebuilding the jar.*
51+
5152

5253
2. **Run verification on examples**:
5354
```bash

0 commit comments

Comments
 (0)