summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
commit2fcb157f28b152ba32e89baddbd811b0d6e76b79 (patch)
tree30f96332ac7993ff4acf88b4892f922a80ddd393 /README
parent2fc4177a09cc6fc6706f84dbe157077a41b6e22b (diff)
downloadlibcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.gz
libcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.bz2
Strip trailing whitespace.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 1318506..ea20b12 100644
--- a/README
+++ b/README
@@ -32,15 +32,15 @@ Compilation
Verification
------------
- To verify that the parser is working, it is necessary to specify a
+ To verify that the parser is working, it is necessary to specify a
different makefile target than that used for normal compilation, thus:
-
+
$ make test
API documentation
-----------------
- Currently, there is none. However, the code is well commented and the
- public API may be found in the "include" directory. The testcase sources
+ Currently, there is none. However, the code is well commented and the
+ public API may be found in the "include" directory. The testcase sources
may also be of use in working out how to use it.