From a3468b51c23c0e57932be16365afc7b8ffe5cc61 Mon Sep 17 00:00:00 2001 From: Abayomi Amusa Date: Mon, 11 Dec 2023 18:13:14 +0100 Subject: [PATCH] updated README.md --- .vscode/extensions.json | 3 +++ README.md | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..7e257db --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": [] +} \ No newline at end of file diff --git a/README.md b/README.md index a1d61d1..05e3e4d 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,20 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square)](https://github.com/paulosabayomi/CustUp/pulls) [![Tests](https://github.com/paulosabayomi/CustUp/actions/workflows/node.js.yml/badge.svg)](https://github.com/paulosabayomi/CustUp/actions/workflows/node.js.yml) - -![CustUp Init](https://github.com/paulosabayomi/CustUp/blob/master/_assets/custup-default.png) - -CustUp is a highly customizable library with zero dependency, and can be easily adapted to a wide range of applications. - + +![CustUp Init](https://github.com/paulosabayomi/CustUp/blob/master/_assets/custup-default.png) + +CustUp is a highly customizable library with zero dependency, and can be easily adapted to a wide range of applications. + ## Quick Start + ```js import CustUp from 'path/to/custup/src/custup.min.js' const instance1 = new CustUp({ targetRootElement: '#container', }) ``` -This will load the default UI which you can further customize to fit your need or the need of your application - -**More documentations in progress...** \ No newline at end of file + +This will load the default UI which you can further customize to fit your need or the need of your application + +**More documentations in progress...**