From 58d5b306fd0981298e24e83964a7e66a2834fbf9 Mon Sep 17 00:00:00 2001 From: "Jona H." Date: Sat, 13 Jun 2015 09:47:20 +0200 Subject: [PATCH] fixed bower description Technically, Bower isn't really a package manager for Node.js, but rather, it's made in Node and built for usage in the frontend, hence why many popular frontend libraries, such as JQuery or Bootstrap have their distributions on there. Bower also has its own package repositories. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 170a6a02..206caa37 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -60,7 +60,7 @@ Then, to use Mithril, point a script tag to the downloaded file: ### Bower -[Bower](http://bower.io) is a package manager for [NodeJS](http://nodejs.org/). If you're using NodeJS already or planning on using [Grunt](http://gruntjs.com/) to create a build system, you can use Bower to conveniently keep up-to-date with Mithril versions. +[Bower](http://bower.io) is a frontend package manager built in [NodeJS](http://nodejs.org/). If you're using NodeJS already or planning on using [Grunt](http://gruntjs.com/) to create a build system, you can use Bower to conveniently keep up-to-date with Mithril versions. Assuming you have NodeJS installed, you can install Bower by typing this in the command line: