Commit a2e33efc authored by dmacfarlane's avatar dmacfarlane
Browse files

Renamed to angular2-mentions

parent ffde02e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

Simple Angular 2 mentions inspired by [Ment.io](https://github.com/jeff-collins/ment.io).

[Click here for a Demo](http://dmacfarlane.github.io/ng2-mentions/)
[Click here for a Demo](http://dmacfarlane.github.io/angular2-mentions/)

Provides auto-complete for mentions in text input fields, text areas,
and content editable fields. Not fully browser tested and comes without warranty!

To install and start the demo application:

    git clone https://github.com/dmacfarlane/ng2-mentions.git
    git clone https://github.com/dmacfarlane/angular2-mentions.git
    cd ng2-mentions
    npm install
    ng serve
+2 −2
Original line number Diff line number Diff line
{
  "name": "ng2-mentions",
  "name": "angular2-mentions",
  "version": "0.3.9",
  "description": "Angular 2 mentions for text fields.",
  "keywords": [
@@ -9,7 +9,7 @@
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dmacfarlane/ng2-mentions.git"
    "url": "https://github.com/dmacfarlane/angular2-mentions.git"
  },
  "author": "Dan MacFarlane",
  "license": "MIT",