Skip to content

Commit 5aa804f

Browse files
authored
Update README.md
1 parent 0d36961 commit 5aa804f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a collection of parsers for the gamefiles of the game "Wargame Red Drago
44

55
They may or may not work for previous / future games in the series.
66

7-
The parsers are written in Python 3.11 and use the [dingsda](https://github.com/ev1313/dingsda) library for parsing the
7+
The parsers are written in Python 3.11 and use the [conshex](https://github.com/conshex/conshex) library for parsing the
88
gamefiles, a fork of the Construct library.
99

1010
The parsers are not complete yet, if you encounter any issues, please open an issue on GitHub.
@@ -60,4 +60,4 @@ Then run the tests:
6060
``` sh"
6161
cd tests
6262
pytest --pdb *.py
63-
```
63+
```

0 commit comments

Comments
 (0)