From ca2b5a3e594c840d9ea9216242e259b311431b7a Mon Sep 17 00:00:00 2001 From: Dan Gamble Date: Sat, 5 Jun 2021 09:32:43 +0100 Subject: [PATCH] Fix import reference typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a598871..192c52c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Just import the `FetchRequest` class from the package and instantiate it passing Example: ```js -import { Request } from '@rails/request.js' +import { FetchRequest } from '@rails/request.js' ....