From f515c6edd610a9dd2a5b25c7eac077b316640889 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 9 Aug 2020 19:11:20 -0700 Subject: [PATCH] Remove bower since it's deprecated Bower is deprecated, so we probably shouldn't recommend it for new projects. I have no idea what `component`. It also seems weird to say "for browserify" for `npm`, since most people using `npm` won't use browserify --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index d81a3454..9fab6215 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,6 @@ page() ```bash $ npm install page # for browserify $ component install visionmedia/page.js - $ bower install visionmedia/page.js ``` Or use with a CDN. We support: