From 9891d69f6825a9a2e7654067497b82fd0fdbb461 Mon Sep 17 00:00:00 2001 From: Marc Harter Date: Fri, 23 Dec 2011 22:10:01 -0600 Subject: [PATCH] Slight rebranding --- index.html | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 49345be..f2e3712 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Humane JS + humane.js @@ -54,7 +54,7 @@ Fork me on GitHub -

Humane JS

+

humane.js

A simple, modern, framework-independent, well-tested, unobtrusive, notification system.
Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. diff --git a/readme.md b/readme.md index 95876f5..bb5c384 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Humane JS +# humane.js This project was heavily inspired by [humanmsg](http://code.google.com/p/humanmsg/) project for jQuery. I really liked the project but I wanted to remove the jQuery dependency, add support for CSS transitions, and have more control over the timing.