From 633cb5669750d82c5544cab495f271c28fc30359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 22 May 2021 15:31:20 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d9d46..b96130c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ interface CreateUser { email: string; password: string; password_confirmation: string; - create(): AirwirePromise; + submit(): AirwirePromise; errors: { ... } // ...