Skip to content

Commit

Permalink
docs: fix deno import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored May 26, 2020
1 parent f2ecabb commit fd82000
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 @@ -107,7 +107,7 @@ Sadly, `Object.prototype.toString` is slow, and buggy. By slow - we mean it is s
`type-detect` can be imported with the following line:

```js
import typeDetect 'https://raw.githubusercontent.com/chaijs/type-detect/v4.0.8/index.ts'
import type from 'https://raw.githubusercontent.com/chaijs/type-detect/v4.0.8/index.ts'
```

### Browsers
Expand Down

0 comments on commit fd82000

Please sign in to comment.