Skip to content

Commit

Permalink
Slight rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Dec 24, 2011
1 parent 26eaaa6 commit 9891d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Humane JS</title>
<title>humane.js</title>
<link href='http://fonts.googleapis.com/css?family=Ubuntu&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:700&v2' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -54,7 +54,7 @@
<body>
<a href="http://github.com/wavded/humane-js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<h1>Humane JS</h1>
<h1>humane.js</h1>
<p>
<strong>A simple, modern, framework-independent, well-tested, unobtrusive, notification system.</strong>
<br/>Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9891d69

Please sign in to comment.