From 89b63e9729c886824dd3c0459b900386bc0a9b28 Mon Sep 17 00:00:00 2001 From: Henrik Hedelund Date: Sun, 7 Feb 2016 19:07:08 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0ca8c..ad80647 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ public function __construct(\Henhed\Piwik\Model\Tracker $piwikTracker) ``` Beware of tracking user specific information on the server side as it will most -likely cause caching problems. Instead, use Javascript to retrive the user data +likely cause caching problems. Instead, use Javascript to retrieve the user data from a cookie, localStorage or some Ajax request and then push the data to Piwik using either the Henhed_Piwik JS component ..