diff --git a/README.md b/README.md index 57131222..eedb7210 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bootbox - Twitter Bootstrap powered alert, confirm and flexible dialog boxes +# Bootbox - Bootstrap powered alert, confirm and flexible dialog boxes Please see http://bootboxjs.com for full usage instructions, or head over to http://paynedigital.com/bootbox for the original writeup about the project. diff --git a/package.json b/package.json index f219b576..7f7a212e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bootbox.js", "private": true, "version": "4.2.0", - "description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework", + "description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework", "directories": { "test": "tests" },