Skip to content

Commit e466543

Browse files
committed
Fix up docs.
1 parent 5a5bd2d commit e466543

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ echo $this->AuthUser->postLink('Delete', ['action' => 'delete', $id], ['confirm'
116116

117117
### Required Dependencies
118118

119-
TinyAuth acts as a wrapper around CakePHP's official Authentication and Authorization plugins. You need to install them first:
119+
TinyAuth acts as a wrapper around CakePHP's official [Authentication](https://github.com/cakephp/authentication) and [Authorization](https://github.com/cakephp/authorization) plugins.
120+
You need to install them first, depending on which part you want to use:
120121

121122
```bash
122123
# Required for authentication features
@@ -138,7 +139,7 @@ Finally, load the plugin:
138139
bin/cake plugin load TinyAuth
139140
```
140141

141-
**Note:** The AuthUser component and helper can work standalone with any authentication solution. For the main TinyAuth.Authentication and TinyAuth.Authorization components, the official plugins are required dependencies.
142+
**Note:** The AuthUser component and helper can work standalone with any dependencies.
142143

143144
## Docs
144145
For setup and usage see [Docs](/docs).

0 commit comments

Comments
 (0)