From 851dd263c0b66bd6a57c34cd58231a0f21989228 Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 25 Apr 2025 00:44:06 +0200 Subject: [PATCH] docs/sticker: fix example setup --- docs/docs/stickers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/stickers.md b/docs/docs/stickers.md index 3377dfaa..b81ab51a 100644 --- a/docs/docs/stickers.md +++ b/docs/docs/stickers.md @@ -15,12 +15,13 @@ put a file that looks like this ```json { - "myPack": "/static/stickers/myPack" + "myPack": "/static/stickers/myPack/" } ``` This file is a mapping from name to pack directory location. It says "we have a pack called myPack, look for -it at `/static/stickers/myPack`". You can add as many packs as you like in this manner. +it inside `/static/stickers/myPack`". You can add as many packs as you like in this manner. +Note that a single leading and a trailing slash are **required** to work correctly! ## Creating the pack