Skip to content

Commit 85d16d3

Browse files
authored
Merge pull request #54 from p8/patch-1
Fix copy in README
2 parents dd0369b + 3fb2457 commit 85d16d3

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
@@ -21,7 +21,7 @@ yarn add @rails/request.js
2121

2222
# How to use
2323

24-
Just import the `FetchRequest` class from the package and instantiate it passing the request `method`, `url`, `options`, then call `await request.perform()` and do what do you need with the response.
24+
Just import the `FetchRequest` class from the package and instantiate it passing the request `method`, `url`, `options`, then call `await request.perform()` and do what you need with the response.
2525

2626
Example:
2727

0 commit comments

Comments
 (0)