From f6d391ca61e7a7362346cfa0da7c3b3dedb1ec84 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Mon, 3 Nov 2014 20:15:51 +0100 Subject: [PATCH] Remove mentions of iteratees. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd8adc0..ca797e5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/`. -