diff --git a/extras/BLOCKS/doxygen/pages/the_standalone_blocks_sdk.dox b/extras/BLOCKS/doxygen/pages/the_standalone_blocks_sdk.dox
index a63621f839..b7244cabe7 100644
--- a/extras/BLOCKS/doxygen/pages/the_standalone_blocks_sdk.dox
+++ b/extras/BLOCKS/doxygen/pages/the_standalone_blocks_sdk.dox
@@ -19,7 +19,7 @@ For MacOS this will produce libBLOCKS-SDK-static.a in either a buil
@section standalone_using_header Using the SDK header file
-To use BLOCKS classes and functions in your application you must include the JuceHeader.h file in your source code.
+To use BLOCKS classes and functions in your application you must include the BlocksHeader.h file in your source code.
You must also tell the compiler to look in the BLOCKS-SDK-static/JuceLibraryCode/ and BLOCKS-SDK-static/JuceLibraryCode/modules directories for additional header files, which you can configure inside your XCode or Visual Studio project.
If you are using the command line to compile your application then you can see an example of how to do this in examples/BLOCKS-SDK/BlockFinder/LinuxMakefile/Makefile (which is also appropriate for MacOS, despite being located inside the Linux directory).