Skip to content

Commit

Permalink
Merge pull request #9 from 23Skidoo/rm-iteratees
Browse files Browse the repository at this point in the history
Remove mentions of iteratees.
  • Loading branch information
mightybyte committed Nov 3, 2014
2 parents e7f8829 + f6d391c commit 6d2a0e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Snap Framework
==============

Snap is a web framework for Haskell, based on iteratee I/O (as [popularized by
Oleg Kiselyov](http://okmij.org/ftp/Streams.html#iteratee)). For more
information about Snap, read the `README.SNAP.md` or visit the Snap project
website at http://www.snapframework.com/.
Snap is a simple and fast web development framework and server written in
Haskell. For more information about Snap, read the `README.SNAP.md` or visit
the Snap project website at http://www.snapframework.com/.

## Library contents

Expand All @@ -29,4 +28,3 @@ from the `snap-loader-dynamic` toplevel directory.
The haddock documentation can be built using 'cabal haddock'.

The docs get put in `dist/doc/html/`.

0 comments on commit 6d2a0e6

Please sign in to comment.