From 39b5508e50715ba248159b248f98293ed9c3e684 Mon Sep 17 00:00:00 2001 From: Kevin Wu Won Date: Mon, 3 Jan 2011 00:34:17 +1000 Subject: [PATCH] Minor fix to readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b80f01..8e8511b 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ One of the prominent features of the [Clojure][1] language are a set of the most innovative and important are the persistent vector and persistent hash map. -This project is a port of these structures to Haskell. The API provides PVector -(the persistent vector) and PHashMap (the persistent hash map). The interface -for both has been kept as consistent as possible with Data.Map. +This project is a port of these structures to Haskell. The API provides +Data.PVector (the persistent vector) and Data.PHashMap (the persistent hash +map). The interface for both has been kept as consistent as possible with +Data.Map. [1]: http://clojure.org/ [2]: http://clojure.org/datatypes