From 9cb65690a4206fe676b0b34b7f8c53ef7ce38119 Mon Sep 17 00:00:00 2001 From: sethflowers Date: Mon, 27 Feb 2017 09:22:13 -0500 Subject: [PATCH] fix(docs) Updates to moment path in bower docs The path to moment is not the correct path. Bower installs moment under "moment", not "momentjs". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611887d..62c6305 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ With Bower install : * Install momentjs using [Bower](http://bower.io) - `bower install momentjs` And include these scripts in your webpage : -* bower_components/momentjs/min/moment.min.js -* bower_components/momentjs/min/locales.min.js +* bower_components/moment/min/moment.min.js +* bower_components/moment/min/locales.min.js * bower_components/humanize-duration/humanize-duration.js