From c928e5031218b7aa3806c6bbb735eacdfbc99041 Mon Sep 17 00:00:00 2001 From: thednp Date: Sun, 31 May 2020 08:31:29 +0000 Subject: [PATCH] --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa9b347a..121870e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Native JavaScript for Bootstrap The faster, lighter and more secure set of JavaScript components for **Bootstrap 4**, developed on modern ES6/ES7 standards. -The bootstrap.native library comes packed with build tools and well documented +The **bootstrap.native** library comes packed with build tools and well documented. [![NPM Version](https://img.shields.io/npm/v/bootstrap.native.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap.native) [![NPM Downloads](https://img.shields.io/npm/dm/bootstrap.native.svg?style=flat-square)](http://npm-stat.com/charts.html?package=bootstrap.native) @@ -12,9 +12,18 @@ The bootstrap.native library comes packed with build tools and well documented If you use webpack, here is the accompanying [webpack loader](https://github.com/jonathanfleckenstein/bootstrap.native-loader). # Wiki -Please check the `bootstrap.native` Wiki pages, they're updated with every new commit: +Please check the `bootstrap.native` Wiki pages, they're updated with almost every new commit: * [Acknowledgements](https://github.com/thednp/bootstrap.native/wiki/Acknowledgements) - A quick note on some of the similarities and differences with the original jQuery plugins. Nothing to worry about, but still good to know all the tricks on how to maximize your workflow. -* [How to use](https://github.com/thednp/bootstrap.native/wiki/How-to-use) - An in depth guide on how to use it with stuff like `npm`, `RequireJS` or `CDN` links. +* [How to use](https://github.com/thednp/bootstrap.native/wiki/How-to-use) - An in depth guide on how to use the library. + * [CDN Links](https://github.com/thednp/bootstrap.native/wiki/How-to-use#load-from-cdn) + * [Locally Hosted](https://github.com/thednp/bootstrap.native/wiki/How-to-use#working-locally) + * [ES5 Example](https://github.com/thednp/bootstrap.native/wiki/How-to-use#es5-basic-example) + * [ES6 Example](https://github.com/thednp/bootstrap.native/wiki/How-to-use#es6es7-basic-example) + * [NPM Installation](https://github.com/thednp/bootstrap.native/wiki/How-to-use#npm) + * [Custom Builds](https://github.com/thednp/bootstrap.native/wiki/How-to-use#custom-builds) + * [Dynamic Content](https://github.com/thednp/bootstrap.native/wiki/How-to-use#dynamic-content) + * [RequireJS/CommonJS](https://github.com/thednp/bootstrap.native/wiki/How-to-use#requirejs-commonjs) + * [Factory Methods](https://github.com/thednp/bootstrap.native/wiki/How-to-use#note-about-the-factory-methods) * [Browser support](https://github.com/thednp/bootstrap.native/wiki/Browser-support) - A word on how to enable the library for legacy browsers. * [FAQs](https://github.com/thednp/bootstrap.native/wiki/FAQs) - A short list of frequent asked questions regarding the use of the library. * [About](https://github.com/thednp/bootstrap.native/wiki/About) - Learn about the `bootstrap.native` project inception, goals and motivations.