Skip to content

Commit b478598

Browse files
committed
fix broken sandbox link in readme
1 parent 87bbbd0 commit b478598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BML is a superset of natural language which applies stochastic transformations
2929
on text. Words and strings can be used as triggers for weighted random
3030
replacements and arbitrary transformations specified with javascript.
3131

32-
[Try it online!])(https://sandbox.bml-lang.org)
32+
[Try it online!](https://sandbox.bml-lang.org)
3333

3434
## setup
3535

sample.bml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BML is a superset of natural language which applies stochastic transformations
2727
on text. Words and strings can be used as triggers for weighted random
2828
replacements and arbitrary transformations specified with javascript.
2929

30-
[Try it online!])(https://sandbox.bml-lang.org)
30+
[Try it online!](https://sandbox.bml-lang.org)
3131

3232
## setup
3333

0 commit comments

Comments
 (0)