diff options
Diffstat (limited to 'libpathod/templates/index.html')
-rw-r--r-- | libpathod/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html index c31d4414..b020d60b 100644 --- a/libpathod/templates/index.html +++ b/libpathod/templates/index.html @@ -70,9 +70,9 @@ <div class="well"> <h1> <a href="/docs/test">libpathod.test</a> </h1> - <p>Using pathod and pathoc in your unit tests.</p> + <p>Using pathod in your unit tests.</p> - {% include "examples_test.html" %} + {% include "examples_context.html" %} </div> </div> |