Skip to content

Commit d671f64

Browse files
committed
Add link to quiver.run from README
1 parent fe6cccb commit d671f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div align="center">
22
<img src="logo.svg" alt="Quiver" width="300" />
33
<p><em>A statically-typed functional programming language with structural typing, pattern matching, lightweight processes, typed message passing, and postfix-based syntax.</em></p>
4+
<a href="https://quiver.run">Try Quiver in the online REPL</a>
45
<br />
56
<br />
67
<br />
@@ -29,7 +30,7 @@ xs = Cons[1, Cons[2, Cons[3, Nil]]],
2930
xs ~> sum // 6
3031
```
3132

32-
> Run the example above in the REPL (`quiv repl`), or run the executable version in [examples/sum.qv](examples/sum.qv) with `quiv run examples/sum.qv`.
33+
> Run the example above in the REPL (`quiv repl`, or at [quiver.run](https://quiver.run)), or run the executable version in [examples/sum.qv](examples/sum.qv) with `quiv run examples/sum.qv`.
3334
3435
<br />
3536

0 commit comments

Comments
 (0)