From 83f4c3ebb970a6b18ee83d1de0abf630a90d867d Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Tue, 9 Aug 2016 16:22:55 +0200 Subject: [PATCH] Fixed typo in link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa4e9b..172dfbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # purescript-localstorage -[![Build Status](https://travis-ci.org/eskimor/purescript-local-storage.svg?branch=master)](https://travis-ci.org/eskimor/purescript-local-storage) +[![Build Status](https://travis-ci.org/eskimor/purescript-localstorage.svg?branch=master)](https://travis-ci.org/eskimor/purescript-localstorage) Access JS webstorage (local & session) in a typesafe and convenient way. Just define a key type with some smart constructors and you are done