From 2a084c3d98752d1ca6edaee62698cce7d2038fdc Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <lsm@cesanta.com>
Date: Fri, 19 Feb 2016 11:55:42 +0000
Subject: [PATCH] Add GA hooks to mongoose & smartjs repos

    PUBLISHED_FROM=3725cf834eb1d2bf12f8d03d7a590de8b1af63d4
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6f53f140c..e3bb9e346 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ and let them concentrate on the logic, saving time and money.
 - [Download Mongoose Source Code here](http://hubs.ly/H01bWvx0)
 - [Ask questions on support forum](http://forum.cesanta.com/index.php?p=/categories/mongoose)
 - [Read User Guide and API reference](https://docs.cesanta.com/mongoose)
-- [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples) 
+- [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples)
 
 > Nothing overdone. Nothing less. So unbelievably easy to use.
 > Just how good software should be! -- Pritin Tyagaraj, SAP
@@ -27,7 +27,7 @@ and let them concentrate on the logic, saving time and money.
 * Cross-platform: works on Linux/UNIX, MacOS, QNX, eCos, Windows, Android,
   iPhone, FreeRTOS (TI CC3200, ESP8266), etc
 * Single-threaded, asynchronous, non-blocking core with simple event-based API
-* Native support for [PicoTCP embedded TCP/IP stack](http://www.picotcp.com), 
+* Native support for [PicoTCP embedded TCP/IP stack](http://www.picotcp.com),
   [LWIP embedded TCP/IP stack](https://en.wikipedia.org/wiki/LwIP)
 * Builtin protocols:
    - plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
@@ -102,3 +102,5 @@ to start and run browser - that's all!
 - [Frozen](https://github.com/cesanta/frozen) - JSON parser and generator
 - [SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression
   library
+
+[![Analytics](https://ga-beacon.appspot.com/UA-42732794-5/project-page)](https://github.com/cesanta/mongoose)
-- 
GitLab