From b4d58a64011cbfa5f9cd617bc5d7c1cad28166c2 Mon Sep 17 00:00:00 2001 From: Dipu Raj Date: Mon, 11 May 2020 21:06:15 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0182fc..19aef73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # jQuery Smart Wizard 4 #### The awesome jQuery step wizard plugin with Bootstrap support. -[![Build Status](https://travis-ci.org/techlab/SmartWizard.svg?branch=master)](https://travis-ci.org/techlab/SmartWizard) +[![Build Status](https://travis-ci.org/techlab/jquery-smartwizard.svg?branch=master)](https://travis-ci.org/techlab/jquery-smartwizard) [![npm version](https://badge.fury.io/js/smartwizard.svg)](https://badge.fury.io/js/smartwizard) -[![Bower version](https://badge.fury.io/bo/smartwizard.svg)](https://badge.fury.io/bo/smartwizard) [![Latest Stable Version](https://poser.pugx.org/techlab/smartwizard/v/stable)](https://packagist.org/packages/techlab/smartwizard) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/techlab/SmartWizard/master/LICENSE) [![Donate on Paypal](https://img.shields.io/badge/PayPal-dipuraj-blue.svg)](https://www.paypal.me/dipuraj) @@ -52,7 +51,7 @@ Installation composer require techlab/smartwizard ### Download -#### [Download from GitHub](https://github.com/techlab/SmartWizard/archive/master.zip) +#### [Download from GitHub](https://github.com/techlab/jquery-smartwizard/archive/master.zip) Usage ----- @@ -114,7 +113,7 @@ $(document).ready(function(){ ``` That's it! Now you see the wizard on the page. -Please see the [documentation](http://techlaboratory.net/smartwizard/documentation) for more details on implementation and usage. +Please see the [documentation](http://techlaboratory.net/smartwizard#documentation) for more details on implementation and usage. Features ----- @@ -142,7 +141,7 @@ Features License ---- -[MIT License](https://github.com/techlab/SmartWizard/blob/master/LICENSE) +[MIT License](https://github.com/techlab/jquery-smartwizard/blob/master/LICENSE) Contribute ----