From d3c74371b847dbb92e7ecb6d670c2f7bc605be30 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Fri, 2 Dec 2016 14:44:31 -0500 Subject: [PATCH] Update link --- lib/generators/devise_token_auth/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators/devise_token_auth/USAGE b/lib/generators/devise_token_auth/USAGE index eb59d728f..bc9c1da1a 100644 --- a/lib/generators/devise_token_auth/USAGE +++ b/lib/generators/devise_token_auth/USAGE @@ -8,7 +8,7 @@ Arguments: # 'User' MOUNT_PATH # The path at which to mount the authentication routes. Default is # 'auth'. More detail documentation is here: - # https://github.com/lynndylanhurley/devise_token_auth#usage + # https://github.com/lynndylanhurley/devise_token_auth#usage-tldr Example: rails generate devise_token_auth:install User auth