Skip to content

Commit 1584315

Browse files
committed
docs: Fix import in example
1 parent f00897f commit 1584315

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
@@ -187,7 +187,7 @@ The following example creates a User class and registers it with the new `makeSe
187187

188188
```js
189189
// src/store/services/users.js
190-
import feathersClient, { makeServicePlugin, BaseModel } from '../feathers-client'
190+
import feathersClient, { makeServicePlugin, BaseModel } from '../../feathers-client'
191191

192192
class User extends BaseModel {
193193
constructor(data, options) {

0 commit comments

Comments
 (0)