From 93cfd8c07e24650ba3c13991e33204669dc72434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Hern=C3=A1ndez?= Date: Thu, 9 Nov 2017 19:53:32 +0100 Subject: [PATCH] docs(README): add logo --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bea85ca..f3fa0f0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# Noel +Noel logo A universal, human-centric, replayable event emitter. [![Build Status](https://travis-ci.org/lifenautjoe/noel.svg?branch=master)](https://travis-ci.org/lifenautjoe/noel) ![Human Friendly](https://img.shields.io/badge/human-friendly-brightgreen.svg) [![Coverage Status](https://coveralls.io/repos/github/lifenautjoe/noel/badge.svg?branch=master)](https://coveralls.io/github/lifenautjoe/noel?branch=master) -## \[Work in progress\] - ## Motivation The world just like software is full of events. Sometimes these events occur while we are busy doing other things. Wouldn't it be nice to have a way to replay all events? Noel is the way.