From e86d6f1c7fa36bc35553bfa3cef9565241eb756d Mon Sep 17 00:00:00 2001 From: Etienne Posthumus Date: Tue, 3 Dec 2024 10:57:00 +0100 Subject: [PATCH] Typo --- src/docs/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/endpoints.md b/src/docs/endpoints.md index 5c8ac30..aa0d76b 100644 --- a/src/docs/endpoints.md +++ b/src/docs/endpoints.md @@ -15,7 +15,7 @@ The above will provide a Shmarql view of a Virtuoso instance running on an IP ad ## Multiple Endpoints -It is also possible to have multiple endpoints exposed, for performance, reliability or testing reasons. Use the ENDPOINTS variable, with a space-seprated list of addresses prefixed with a name + | symbol, for example: +It is also possible to have multiple endpoints exposed, for performance, reliability or testing reasons. Use the ENDPOINTS variable, with a space-separated list of addresses prefixed with a name + | symbol, for example: `virtuoso|http://192.168.1.15:8890/sparql qlever|http://192.168.1.15:7019/`