diff --git a/libs/opendx/README.md b/libs/opendx/README.md index 60942266..55ae0971 100644 --- a/libs/opendx/README.md +++ b/libs/opendx/README.md @@ -4,10 +4,10 @@ Some examples are: * DLL files that DirectX depends on will be turned into `libopendx.so` such as kernel32.dll. * Essential external functions and definitions needed to mantain software -compatibility such as functions contained in . But the headers +compatibility such as functions contained in ``. But the headers will be found in [`/prod_include`](../../prod_include). All of these examples will be built in a single library and that's what -`libopendx.so` does.` +`libopendx.so` does. The main file is [`./opendx.cpp`](./opendx.cpp)