summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Fesler <jfesler@gigo.com>2014-04-05 19:10:24 -0700
committerJason Fesler <jfesler@gigo.com>2014-04-05 19:10:24 -0700
commit2760f9529c8db67cb80f12b35d57ca7286aabd17 (patch)
treeb7c0a5d83f69a4eca5c7ecd597287e6affa1c632 /README.md
parent7e012d6f55a2e2c4ab23bbb5e73792bb77090539 (diff)
downloadmod_ip-2760f9529c8db67cb80f12b35d57ca7286aabd17.tar.gz
mod_ip-2760f9529c8db67cb80f12b35d57ca7286aabd17.zip
Cleanup / fixing highlights
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35d3612..e6c4507 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,6 @@ Even on platforms were activation was automatic, configuration was not.
You'll need to explicitly enable mod_ip for the paths you want it in.
For the falling-sky project, we outline it below:
-```ApacheConfig
If you're using this as part of [[Falling-Sky|https://github.com/falling-sky/source/wiki]],
you can skip this part; instead follow the Falling-Sky installation instructions.
@@ -60,6 +59,7 @@ you can skip this part; instead follow the Falling-Sky installation instructions
If you are using this module for another project, you'll need to configure Apache
to actually use this module for specific paths. Something perhaps like this:
+```ApacheConfig
<VirtualHost test-ipv6.com>
..