From 81f0a7fae0ae2d3949d0e9b1b329011136b99009 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Wed, 26 Jun 2024 00:02:47 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8ecf4..9dcc453 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Burgerauth is a free-and-open-source OAuth2 server. ## Ok, that's great, how do I host my own instance? -First, replace the domains in the source code and templates with your own (a domain is required, not just an IP). Second, copy confit.ini.example to config.ini then tweak to your liking. Third, run `go build`, and fourth, run `./burgerauth`. Read ERRORS.md to see how to handle server errors. +First, replace the domains in the source code and templates with your own (a domain is required, not just an IP). Second, copy config.ini.example to config.ini then tweak to your liking. Third, run `go build`, and fourth, run `./burgerauth`. Read ERRORS.md to see how to handle server errors. ## What if I am a developer?