diff --git a/docs/installation.md b/docs/installation.md index 2d0db15..d748fd6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -195,7 +195,7 @@ The complete mapping of names to their Python API counterparts are: Using precompiled headers in a large C extension project is supported, just replace `PYAWAITABLE_THIS_FILE_INIT` with `PYAWAITABLE_USE_PCH` **BEFORE** including your precompiled header file in every source file. -After that in each non-module init C file this should be done **AFTER** including your precompiled header file: +After that inside of the precompiled header file right after it includes `pyawaitable.h` add this line: ```c DECLARE_PYAWAITABLE_ABI;