Fixed a broken link to GitHub search

This commit is contained in:
Anton Strogonoff 2016-12-11 06:45:01 +03:00 committed by GitHub
parent 9417b1cd37
commit 4182d40309
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Adding a provider to your application takes 2-3 steps.
### Add Package
All of Vapor's providers end with the `-provider` syntax. You can see a list of [available providers](https://github.com/vapor?utf8=✓&query=-provider) by searching on our GitHub.
All of Vapor's providers end with the `-provider` syntax. You can see a list of [available providers](https://github.com/vapor?utf8=✓&q=-provider) by searching on our GitHub.
To add the provider to your package, add it as a dependency in your `Package.swift` file.