From 7795904a3348dfa2681cc589357310587345f9f2 Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 19 Jan 2024 08:46:48 +0000 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbe043..f582e79 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This extension is best used alongside a queue, especially when the forum has a l An API endpoint is also available to directly retrieve the avatar for a user: ``` -/api/users[id]/boring-avatar +/api/users/[id]/boring-avatar ``` this will return the SVG image file for the given user.