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