From 7a6dc9ac3dec9e9bc082dc7da45cf0eeada5c78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bogdanovi=C4=87?= Date: Mon, 18 Sep 2017 15:31:30 +0200 Subject: [PATCH] Fix link to request method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a04af05..0b56d971 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ On successful sign in the user will be redirect to `restricted`. - [Multiple User Types](#multiple-user-types) - [Route Guards](#route-guards) - [Advanced Usage](#advanced-usage) - - [`.sendHttpRequest()`](#sendhttprequest) + - [`.request()`](#request) - [`.userSignedIn()`](#usersignedin) - [`.currentUserType`](#currentusertype) - [`.currentUserData`](#currentuserdata)