diff --git a/README.md b/README.md index 177769ddb..bab81df44 100644 --- a/README.md +++ b/README.md @@ -111,20 +111,20 @@ While it is possible to use specific TTG backend explicitly, by using the approp Following the definition of this macro it is safe to include the top-level TTG header file: ```cpp -#include + #include ``` 2. By including the corresponding backend-specific header directly: - to use PaRSEC backend only, add: ```cpp -#include + #include ``` - to use the MADNESS backend only, add: ```cpp -#include + #include ``` This approach does not require inclusion of the top-level TTG header or definition of a backend selection macro.