Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasAzar authored Feb 19, 2017
1 parent f73f518 commit aa5d2bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ng2-selectize
# ng-selectize

[![npm version](https://badge.fury.io/js/ng2-selectize.svg)](https://badge.fury.io/js/ng2-selectize)

Angular2 component for [selectize.js](https://selectize.github.io/selectize.js/)
Angular (2,4,...) component for [selectize.js](https://selectize.github.io/selectize.js/)

[Hosted Example Site](https://nicholasazar.github.io/ng2-selectize)

Expand All @@ -27,14 +27,13 @@ Angular2 component for [selectize.js](https://selectize.github.io/selectize.js/)
```
git pull git@github.com:NicholasAzar/ng2-selectize-demo.git
cd ng2-selectize-demo
yarn
npm i (or yarn)
npm start
// navigate to localhost:4200
```

## Docs
The docs directory within this repo is the `ng build --prod --aot` result of the [ng2-selectize-demo](https://github.com/NicholasAzar/ng2-selectize-demo) repository.
Hosted at [nicholasazar.github.io/ng2-selectize](https://nicholasazar.github.io/ng2-selectize)
The docs directory within this repo is the `ng build --prod --aot` result of the [ng2-selectize-demo](https://github.com/NicholasAzar/ng2-selectize-demo) repository and is available at the hosted example site at the top of this readme.

## Attributes
| Attribute | Type | Default | Description | Implemented |
Expand Down

0 comments on commit aa5d2bc

Please sign in to comment.