From 57328b9015d537e48a7d586289bbbe458e9a2fa6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Aug 2016 17:18:37 +0300 Subject: [PATCH] README.md: Remove jQuery references I'm not using it at the moment. I can re-add it if I need any of Bootstrap's features that are using jQuery. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68ef20b..9ba6b3a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple [Hugo](https://gohugo.io) theme based on the [Bootstrap v4 blog example Clone the repository to your site's `themes` directory. ## Building (For Developers) -This theme uses the [Bootstrap](https://getbootstrap.com/) and [jQuery](https://jquery.com/) frameworks. Static versions of these are already included, but if you want to bump the versions, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory: +This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory: ``` $ npm install @@ -15,6 +15,6 @@ $ npm run build ``` ## License -This repository contains the code of [Bootstrap](http://getbootstrap.com) and [jQuery](https://jquery.com/), both of which are licensed under the [MIT license](https://tldrlegal.com/license/mit-license). +This repository contains the code of [Bootstrap](http://getbootstrap.com), which is licensed under the [MIT license](https://tldrlegal.com/license/mit-license). Otherwise, the contents are [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt).