summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-10-31 16:18:48 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-10-31 16:22:18 +0800
commit33b5c65129a952a7549756013dd6e7eedb697a48 (patch)
tree25338b5d7a6b43c280c9ebca1d4a71485b204c8c
parent5ac53e8a51abf238a9d44cb0cdb32f631888c416 (diff)
downloadmod_intercept_form_submit-33b5c65129a952a7549756013dd6e7eedb697a48.tar.gz
mod_intercept_form_submit-33b5c65129a952a7549756013dd6e7eedb697a48.tar.xz
mod_intercept_form_submit-33b5c65129a952a7549756013dd6e7eedb697a48.zip
Fixing typos.
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index c618a9b..07772d5 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ specify three values:
password parameter in the POST request.
All three parameters need to be specified or the interception will not
-enabled.
+be enabled.
Example:
@@ -58,7 +58,9 @@ Building from sources
When building from sources, command
apxs -i -a -c mod_intercept_form_submit.c -lpam -Wall -pedantic
-
+
+should build and install the module.
+
License
-------