From e888ca1759b90009a23225c5fc01222ac987a980 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 29 May 2021 22:51:23 +0100 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01fefac..56ba1b1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ and building this project. New file providers can be implemented by building off the `FileProviderInterface` struct, as the existing providers demonstrate. You can -then instruct the [`TranslateProvider()`](https://github.com/gmemstr/sliproad/blob/master/files/fileutils.go#L8-L21) +then instruct the [`TranslateProvider()`](https://github.com/gmemstr/sliproad/blob/master/files/fileutils.go#L8-L21) function that it exists and how to configure it. ## Authentication [!]