From 9988048a06329dead09e3df83195e6ffef51008c Mon Sep 17 00:00:00 2001 From: jgthms Date: Wed, 27 Jan 2016 22:29:21 +0000 Subject: [PATCH] Use npm instead, Fix npm description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb760dcb..d67fc961 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Bulma is a modern CSS framework based on [Flexbox](https://developer.mozilla.org Bulma is in early but active development! Try it out now: -```bower install bulma``` +```npm install bulma``` Feel free to raise an issue or submit a pull request. In the meantime, check the [documentation](http://bulma.io/documentation/overview/). diff --git a/package.json b/package.json index 3aa16738..d12f9561 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.4", "homepage": "http://bulma.io", "author": "jgthms ", - "description": "Bulma is a modern CSS framework based on Flexbox", + "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", "repository": { "type": "git",