« get me outta code hell

url-spec: STATIC_VERSION 2a - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/shared-util/README.md
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-21 08:56:59 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-21 08:57:09 -0300
commitc5192d9ece7c94321a18ba3e02a36bc66717be3a (patch)
treebd3aee42f134606e6c9d85d22f6e369f90a8e943 /src/static/shared-util/README.md
parent9c00d5b47d82da80605d78b762777aeb9a972e21 (diff)
url-spec: STATIC_VERSION 2a
Diffstat (limited to 'src/static/shared-util/README.md')
-rw-r--r--src/static/shared-util/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/shared-util/README.md b/src/static/shared-util/README.md
index 92aa77e6..d21c0e6b 100644
--- a/src/static/shared-util/README.md
+++ b/src/static/shared-util/README.md
@@ -6,6 +6,6 @@ Module imports under `src/static/js` may appear to be pointing to files that are
 
 ...is reading a file that doesn't exist here, under `shared-util`. This isn't an error!
 
-This folder (`src/shared-util`) does not actually exist in a build of the website; instead, the folder `src/util` is symlinked in its place. So, all files under `src/util` are actually available at `/shared-util/` online.
+This folder (`src/shared-util`) does not actually exist in a build of the website; instead, the folder `src/util` is symlinked in its place. So, all files under `src/util` are actually available at (e.g.) `/static/shared-util/` online.
 
 The above import would actually import from the bindings in `src/util/sugar.js`.