From 9f66f5d4dc93212cb46e99cc2f81d3b97a55c360 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 15 Jan 2017 12:06:53 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5471edf..dc14f22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Public analytics as a Node.js microservice, no sysadmin experience required. [![Build Status](https://travis-ci.org/mxstbr/micro-analytics.svg?branch=master)](https://travis-ci.org/mxstbr/micro-analytics) -A tiny analytics server with ~150 lines of code, easy to run and hack around on. It does one thing, and it does it well: count the views of something and making the views publicly accessible via an API. +A tiny analytics server with ~100 lines of code, easy to run and hack around on. It does one thing, and it does it well: count the views of something and making the views publicly accessible via an API. (there is currently no frontend to display pretty graphs, feel free to build one yourself!)