From 1644bb9ca25e7f5fc9412f336c97f0157d0b17ff Mon Sep 17 00:00:00 2001 From: ipanardian Date: Fri, 13 May 2016 21:05:11 +0700 Subject: [PATCH 1/3] Rename folder name --- README.md | 2 +- example/{stylesheets => css}/github-light.css | 0 example/{stylesheets => css}/normalize.css | 0 example/{stylesheets => css}/print.css | 0 example/{stylesheets => css}/stylesheet.css | 0 example/index.html | 6 +++--- 6 files changed, 4 insertions(+), 4 deletions(-) rename example/{stylesheets => css}/github-light.css (100%) rename example/{stylesheets => css}/normalize.css (100%) rename example/{stylesheets => css}/print.css (100%) rename example/{stylesheets => css}/stylesheet.css (100%) diff --git a/README.md b/README.md index a81fa6c..2a52015 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://raw.githubusercontent.com/ipanardian/browser-notif/master/LICENSE) [![HitCount](https://hitt.herokuapp.com/ipanardian/browser-notif.svg)](https://github.com/ipanardian/browser-notif) -Lets a web page or app send notifications that are displayed outside the page at the system level. +Lets a web page send notifications that are displayed outside the page at the system level. This lets web apps send information to a user even if the application is idle, in the background, switched tabs or moved to a different app. ## Demo diff --git a/example/stylesheets/github-light.css b/example/css/github-light.css similarity index 100% rename from example/stylesheets/github-light.css rename to example/css/github-light.css diff --git a/example/stylesheets/normalize.css b/example/css/normalize.css similarity index 100% rename from example/stylesheets/normalize.css rename to example/css/normalize.css diff --git a/example/stylesheets/print.css b/example/css/print.css similarity index 100% rename from example/stylesheets/print.css rename to example/css/print.css diff --git a/example/stylesheets/stylesheet.css b/example/css/stylesheet.css similarity index 100% rename from example/stylesheets/stylesheet.css rename to example/css/stylesheet.css diff --git a/example/index.html b/example/index.html index 0aa24ea..9424fb7 100644 --- a/example/index.html +++ b/example/index.html @@ -4,10 +4,10 @@ BrowserNotif.JS by ipanardian - + - - + +