Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 1, 2024
1 parent 1f50ff5 commit bf5b027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This project provides CMake Targets and premade builds for [Union API](https://gitlab.com/union-framework/union-api) and
[Gothic API](https://gitlab.com/union-framework/gothic-api) libraries in all common build type configurations
(Debug, Release, RelWithDebInfo, MinSizeRel) and with both static and shared library.
(Debug, Release, RelWithDebInfo, MinSizeRel) and with both static and shared linking.
Union API is a framework for creating native plugins for Gothic games based on ZenGin
(Gothic 1, Gothic Sequel, Gothic 2, Gothic 2: Night of the Raven).
(Gothic 1, Gothic Sequel, Gothic 2, Gothic 2: Night of the Raven) by hooking into the game's executable memory.

## Toolchains

Expand Down Expand Up @@ -148,7 +148,7 @@ WIN32 _CONSOLE UNION_API_DLL NDEBUG
# Debug
WIN32 _CONSOLE UNION_API_DLL _DEBUG
``
```

#### Gothic API

Expand Down

0 comments on commit bf5b027

Please sign in to comment.