Skip to content

Commit

Permalink
Merge pull request #8 from TAServers/fix-readme-issues
Browse files Browse the repository at this point in the history
Update readme links and fix typo
  • Loading branch information
Derpius authored Oct 13, 2024
2 parents 5c929b4 + d9b0cf1 commit 2984169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple and modern library for parsing the Valve model format.

Documentation: https://taservers.github.io/MDLParser/

See also: https://github.com/Derpius/BSPParser and https://github.com/Derpius/VTFParser.
See also: https://github.com/TAServers/BSPParser and https://github.com/TAServers/VTFParser.

## What's included

Expand All @@ -30,7 +30,7 @@ const auto vtxData = ...;
const auto vvdData = ...;

// Parse the data (you should wrap this in a try/catch)
const MdlParser::Mdl mdl(mdlFileData);
const MdlParser::Mdl mdl(mdlData);
const MdlParser::Vtx vtx(vtxData, mdl.getChecksum());
const MdlParser::Vvd vvd(vvdData, mdl.getChecksum());

Expand Down

0 comments on commit 2984169

Please sign in to comment.