Update README.md

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-01 20:47:36 +02:00
parent a5c4f205fb
commit e0385accaf

View File

@ -16,7 +16,11 @@ Custom types are prefixed with an all upper case `DOMITO_` and functions are pre
## How to use
Add the `include` directory to your project's headers search path, `#include <Domito.h>` wherever required and link against the resulting `Domito.lib` file for your desired architecture. Link against the provided `ci.lib` for the Code Integrity convenience functions. Done!
- Add the `include` directory to your project's headers search path.
- `#include <Domito.h>` wherever required.
- Link against the resulting `Domito.lib` file for your desired architecture.
- Link against the provided `ci.lib` for the Code Integrity convenience functions.
- Done!
## Sources & 3rd party credits