Skip to content

Commit

Permalink
npm未公開の状態でのインストール方法について追記
Browse files Browse the repository at this point in the history
  • Loading branch information
hypermkt committed Jan 31, 2018
1 parent 4553880 commit c4ab0b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

A Node.js wrapper for [Takosan](https://github.com/kentaro/takosan).

## Installation

```sh
npm install --save hypermkt/takosan.js#master
```

## Usage

```js
import Takosan from 'takosanjs';
import Takosan from 'takosan';

takosan = new Takosan({
let takosan = new Takosan({
url: 'http://irc.example.com:4649',
channel: '#example'
});
Expand Down

0 comments on commit c4ab0b8

Please sign in to comment.