Skip to content

Commit f0d8520

Browse files
committed
Update README
1 parent 79ab50f commit f0d8520

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ To follow along with this tutorial, make sure you have the following installed:
5454
- [Java Extension Pack by Red Hat](vscode:extension/redhat.java), which provides Java support in VS Code
5555
- [LiquidJava Extension](vscode:extension/AlcidesFonseca.liquid-java), which provides the LiquidJava typechecker with real-time error reporting and syntax highlighting for the refinements.
5656

57+
> Don't forget to star [LiquidJava](https://github.com/CatarinaGamboa/liquidjava) and its [extension](https://github.com/CatarinaGamboa/vscode-liquidjava) on GitHub! ⭐
58+
5759
### Important!
5860

5961
- 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**.
@@ -235,7 +237,7 @@ If you encounter any problems or have any questions, feel free to send an email
235237
# References
236238

237239
- [LiquidJava Website](https://catarinagamboa.github.io/liquidjava.html)
238-
- [LiquidJava External Libraries Repository](https://github.com/CatarinaGamboa/liquid-java-external-libs)
239-
- [LiquidJava Examples Repository](https://github.com/CatarinaGamboa/liquidjava-examples)
240240
- [LiquidJava Repository](https://github.com/CatarinaGamboa/liquidjava)
241241
- [LiquidJava VS Code Extension Repository](https://github.com/CatarinaGamboa/vscode-liquidjava)
242+
- [LiquidJava Examples Repository](https://github.com/CatarinaGamboa/liquidjava-examples)
243+
- [LiquidJava External Libraries Repository](https://github.com/CatarinaGamboa/liquid-java-external-libs)

0 commit comments

Comments
 (0)