Skip to content

Commit cf3d315

Browse files
pcanelasrodrigomilisse
authored andcommitted
Updated README
1 parent 390fb5e commit cf3d315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4444
To check your refinements using LiquidJava:
4545

46-
2. **Run verification on examples**:
46+
**Run verification on examples**:
4747
```bash
4848
mvn exec:java -pl liquidjava-verifier -Dexec.mainClass="liquidjava.api.CommandLineLauncher" -Dexec.args="liquidjava-example/src/main/java/testSuite/CorrectSimpleAssignment.java"
4949
```
5050
This should output: `Correct! Passed Verification`.
5151

52-
3. **Test an error case**:
52+
**Test an error case**:
5353
```bash
5454
mvn exec:java -pl liquidjava-verifier -Dexec.mainClass="liquidjava.api.CommandLineLauncher" -Dexec.args="liquidjava-example/src/main/java/testSuite/ErrorSimpleAssignment.java"
5555
```

0 commit comments

Comments
 (0)