summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-02-15 18:08:09 -0600
committerNicolas Williams <nico@cryptonector.com>2015-02-15 18:34:44 -0600
commitebc090ad1564da44bc1120cec61e038b79427084 (patch)
tree14b878b0df413837353a96cc9c9f46340655d543 /README.md
parent8cef5a37ab9d53ee81500b93f44e410c7814a512 (diff)
README tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 865196a3..9e8c469e 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@ jq
jq is a command-line JSON processor.
If you want to learn to use jq, read the documentation at
-[http://stedolan.github.io/jq](http://stedolan.github.io/jq). This
+[http://stedolan.github.io/jq](http://stedolan.github.io/jq). This
documentation is generated from the docs/ folder of this repository.
You can also try it online at [jqplay.org](http://jqplay.org).
If you want to hack on jq, feel free, but be warned that its internals
are not well-documented at the moment. Bring a hard hat and a
-shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
+shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
Source tarball and built executable releases can be found on the
homepage and on the github release page, https://github.com/stedolan/jq/releases
@@ -37,7 +37,7 @@ To build a statically linked version of jq, run:
make LDFLAGS=-all-static
-After make finishes, you'll be able to use `./jq`. You can also
+After make finishes, you'll be able to use `./jq`. You can also
install it using:
sudo make install
@@ -59,4 +59,4 @@ Cross-compilation requires a clean workspace, then:
scripts/crosscompile <name-of-build> <configure-options>
Use the --host= and --target= ./configure options to select a
-cross-compilation environment. See the wiki.
+cross-compilation environment. See also the wiki.