Skip to content

Commit 8f0e2ce

Browse files
committed
docs: Add feathersClient to imports in example
1 parent 119dfd0 commit 8f0e2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following example creates a User class and registers it with the new `makeSe
139139

140140
```js
141141
// src/store/services/users.js
142-
import { makeServicePlugin, BaseModel } from '../feathers-client'
142+
import feathersClient, { makeServicePlugin, BaseModel } from '../feathers-client'
143143

144144
class User extends BaseModel {
145145
constructor(data, options) {

0 commit comments

Comments
 (0)