We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11282d7 commit 336e17eCopy full SHA for 336e17e
1 file changed
README.md
@@ -1,7 +1,7 @@
1
-# ArrowSyntaxRendering
2
-
3
[](https://github.com/Gabriel-Darbord/arrow-syntax-rendering/actions/workflows/ci.yml)
4
+# ArrowSyntaxRendering
+
5
ArrowSyntaxRendering is a tiny Pharo package that renders Smalltalk assignment and return tokens as arrows in Rubric code editors.
6
7
It changes display only:
@@ -37,9 +37,3 @@ ASRArrowSyntaxInstaller enable.
37
ASRArrowSyntaxInstaller disable.
38
ASRArrowSyntaxInstaller toggle.
39
```
40
41
-## Test
42
43
-```smalltalk
44
-ASRArrowSyntaxRenderingTest suite run.
45
-```
0 commit comments