Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit e3085ed

Browse files
committed
Updated README
1 parent 90b2b36 commit e3085ed

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
# nsf-ember-tooltip
2-
31
[![Build Status](https://travis-ci.org/nsf-open/nsf-ember-tooltip.svg?branch=master)](https://travis-ci.org/nsf-open/nsf-ember-tooltip)
4-
This README outlines the details of collaborating on this Ember addon.
5-
6-
## Installation
7-
8-
* `git clone <repository-url>` this repository
9-
* `cd nsf-ember-tooltip`
10-
* `npm install`
11-
* `bower install`
12-
13-
## Running
2+
# NSF Ember Tooltip
143

15-
* `ember serve`
16-
* Visit your app at [http://localhost:4200](http://localhost:4200).
4+
An ![ember-cli](https://www.ember-cli.com) addon for using ![Tooltipster](https://iamceege.github.io/tooltipster/) in Ember applications.
175

18-
## Running Tests
6+
----
197

20-
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
21-
* `ember test`
22-
* `ember test --server`
23-
24-
## Building
25-
26-
* `ember build`
27-
28-
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
8+
## Installation
9+
(NPM support coming soon)
10+
```
11+
npm install nsf-open/nsf-ember-tooltip#latest --save-dev
12+
```

0 commit comments

Comments
 (0)