From b02cbae74f263d215ecba44c874731e88ccb4f8f Mon Sep 17 00:00:00 2001 From: a Date: Sun, 20 Nov 2022 04:29:07 -0600 Subject: [PATCH] Add .json hint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9165a96..3131b3f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ## Instructions -Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter +Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter. Save it as a .json file ```bash pipenv install pipenv run uvicorn main:app --port 3464 --workers 1 ``` -nginx proxy_pass `.well-known/webfinger` to localhost:3464 \ No newline at end of file +nginx proxy_pass `.well-known/webfinger` to localhost:3464