diff --git a/guide/provider.md b/guide/provider.md index db8bfd18..2a4b5920 100644 --- a/guide/provider.md +++ b/guide/provider.md @@ -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.