Typo in README

This commit is contained in:
Robbie Gleichman 2017-01-06 20:43:49 -08:00 committed by GitHub
parent e18fe61d30
commit df4fbf3364

View File

@ -45,7 +45,8 @@ Below is a getting started guide for Glance rendered by Glance itself ([source h
`stack exec glance-exe -- examples/tutorial.hs examples/tutorial.svg 873 -c`
<img src="https://cdn.rawgit.com/rgleichman/glance/798466004c3dfe10fd1b3b25df23e66d61ec1e87/examples/tutorial.svg" alt="Introduction to Glance" />
You should now be able to understand Glance's visual syntax. If you would like to see how visual code might be an improvement over textual code, or if you just want to see more examples, please take a look at the Glance wiki page [Advantages of Glance](../../wiki/Advantages-of-Glance)
You should now be able to understand Glance's visual syntax. If you would like to see how visual code might be an improvement over textual code, or if you just want to see more examples, please take a look at the Glance wiki page [Advantages of Glance](../../wiki/Advantages-of-Glance).
## Thanks
A large thanks to the creators of [diagrams](http://projects.haskell.org/diagrams/), the main Haskell library used in this project.