From ababb08973c9dfd00245bfa92f05b1d97b31c351 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 17 Jan 2017 00:11:29 +0700 Subject: [PATCH] Update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf65f02..6a22eb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # when-dom-ready -> Check when the DOM is ready +> $(document).ready() for the 21st century [![Build Status](https://travis-ci.org/lukechilds/when-dom-ready.svg?branch=master)](https://travis-ci.org/lukechilds/when-dom-ready) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/when-dom-ready/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/when-dom-ready?branch=master) diff --git a/package.json b/package.json index 7b25fa6..e048a3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "when-dom-ready", "version": "1.0.0", - "description": "Check when the DOM is ready", + "description": "$(document).ready() for the 21st century", "main": "src/index.js", "scripts": { "lint": "xo",