Skip to content

Commit

Permalink
docs(README): hoodie-client is now @hoodie/client
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 23, 2016
1 parent b7e39d9 commit 613e09e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Hoodie’s client glue code that integrates Hoodie’s client core modules: [acc
## Example

```js
var Hoodie = require('hoodie-client')
var Hoodie = require('@hoodie/client')
var hoodie = new Hoodie(options)

hoodie.account.signUp({
Expand Down Expand Up @@ -128,11 +128,6 @@ See [account API](https://github.com/hoodiehq/hoodie-account-client#api)
`hoodie.store` is an instance of [hoodie-store](https://github.com/hoodiehq/hoodie-store).
See [store API](https://github.com/hoodiehq/hoodie-store#api)

### hoodie.task

`hoodie.task` is an instance of [hoodie-client-task](https://github.com/hoodiehq/hoodie-client-task).
See [task API](https://github.com/hoodiehq/hoodie-client-task#api)

### hoodie.connectionStatus

`hoodie.connectionStatus` is an instance of [hoodie-connection-status](https://github.com/hoodiehq/hoodie-connection-status).
Expand Down Expand Up @@ -386,10 +381,6 @@ hoodie.trigger('mycustomevent', { foo: 'bar' })
<th align="left"><code>store:*</code></th>
<td>events, see <a href="https://github.com/hoodiehq/hoodie-store#events">store events</a></td>
</tr>
<tr>
<th align="left"><code>task:*</code></th>
<td>events, see <a href="https://github.com/hoodiehq/hoodie-client-task#events">task events</a></td>
</tr>
<tr>
<th align="left"><code>connectionStatus:*</code></th>
<td>events, see <a href="https://github.com/hoodiehq/hoodie-connection-status#events">connectionStatus events</a></td>
Expand Down

0 comments on commit 613e09e

Please sign in to comment.