Skip to content

Commit

Permalink
Merge pull request #6 from sonofjavascript/fix-readme-import
Browse files Browse the repository at this point in the history
Fix README.md import example
  • Loading branch information
sonofjavascript committed Jun 19, 2020
2 parents 708c0f9 + 4673bc9 commit f57d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Specify the client agent through the `ClientStore`.
```
import React from 'react'
import { ClientStore } from 'use-async'
import { ClientStore } from '@sonofjs/use-async'
import axios from 'axios'
import Component from './Component.jsx'
Expand Down

0 comments on commit f57d265

Please sign in to comment.