Skip to content

Commit ca2b5a3

Browse files
authored
Fix import reference typo
1 parent a4ba4ac commit ca2b5a3

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)