Skip to content

Commit 7e51c47

Browse files
author
Archibald Neil MacDonald
authored
Update README.md
1 parent 1336bc2 commit 7e51c47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## Turtle Animations in Haskell
44

5-
![parallel cirlces animation](worldturtle/docs/images/parallel_circles_animated.gif)
6-
7-
WorldTurtle is a Haskell take
8-
on [Turtle Graphics](https://en.wikipedia.org/wiki/Turtle_graphics).
5+
WorldTurtle is a Haskell take on [Turtle Graphics][Turtle graphics wiki].
96

107
The intent of this module is a teaching tool by using turtle commands to
118
produce animations.
129

10+
![parallel cirlces animation](worldturtle/docs/images/parallel_circles_animated.gif)
11+
1312
## Features
1413

1514
### Monadic commands
@@ -149,3 +148,4 @@ stack exec parallelcircles-exe
149148

150149
[Hackage page]: https://hackage.haskell.org/package/worldturtle
151150
[Hackage badge]: https://img.shields.io/hackage/v/worldturtle
151+
[Turtle graphics wiki]: https://en.wikipedia.org/wiki/Turtle_graphics

0 commit comments

Comments
 (0)