Skip to content

Commit b330fac

Browse files
authored
Merge pull request #11 from dan-gamble/patch-1
Fix import reference typo
2 parents a4ba4ac + ca2b5a3 commit b330fac

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
@@ -20,7 +20,7 @@ Just import the `FetchRequest` class from the package and instantiate it passing
2020
Example:
2121

2222
```js
23-
import { Request } from '@rails/request.js'
23+
import { FetchRequest } from '@rails/request.js'
2424

2525
....
2626

0 commit comments

Comments
 (0)