Skip to content

Commit 422dede

Browse files
committed
Add Dividers
1 parent 636ab26 commit 422dede

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To follow along with this tutorial, make sure you have the following installed:
5858

5959
Currently, **only one error is reported at a time**, so an error might not be reported if another one is present! In each part of the tutorial, **make sure to fix all errors before moving on to the next one**. Also, if you think the extension isn't working correctly, try restarting the extension with the command palette (`Cmd+Shift+P` or `Ctrl+Shift+P`) and selecting `Developer: Restart Extension Host`.
6060

61+
---
62+
6163
## Tutorial
6264

6365
### 1. Basic Refinements
@@ -196,6 +198,7 @@ Let's do the same but for the `Stack` class.
196198
197199
With the correct implementation, LiquidJava will report an error in line 11 of [StackExample.java](./src/main/java/com/tutorial/part4/exercise/StackExample.java), since we are trying to pop an element of the stack when it is empty.
198200

201+
---
199202

200203
# References
201204

0 commit comments

Comments
 (0)