Skip to content

Commit 6547eaa

Browse files
authored
chore: add reference to word list generation script repo (#5045)
1 parent 27605d7 commit 6547eaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dictionaries/gdscript/src/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
All source files used to generate the dictionary should be stored in this directory.
44

55
Main word list `gdscript-words/gdscript.txt` is generated from Godot
6-
documentation and should not be modified manually. Instead, any additional words
7-
should be added to `gdscript.txt`.
6+
documentation using a script from
7+
[mnemotic/gdscript-words](https://github.com/mnemotic/gdscript-words) (see
8+
`gdscript-words/README.md`) and should not be modified manually. Instead, any
9+
additional words should be added to `gdscript.txt`.

0 commit comments

Comments
 (0)