Skip to content

Commit fd82000

Browse files
authored
docs: fix deno import statement
1 parent f2ecabb commit fd82000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Sadly, `Object.prototype.toString` is slow, and buggy. By slow - we mean it is s
107107
`type-detect` can be imported with the following line:
108108

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

113113
### Browsers

0 commit comments

Comments
 (0)