diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-21 20:55:49 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-21 20:55:49 +0100 |
commit | 468b4e453c34e121b53177fc10f8a540550b6329 (patch) | |
tree | 309084c49de925f82f3cd4455e77c168a9aff229 /README.rst | |
parent | 28b72d87e28b1ed0de38ae90d12ae4e06e8f0d0f (diff) | |
download | searxng-468b4e453c34e121b53177fc10f8a540550b6329.tar.gz searxng-468b4e453c34e121b53177fc10f8a540550b6329.zip |
[fix] rst conversion fix
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index b55588044..7f9a3e598 100644 --- a/README.rst +++ b/README.rst @@ -17,9 +17,9 @@ Features `examples <https://github.com/asciimoo/searx/blob/master/examples>`__) - Parallel queries - Supports multiple output formats -- json ``curl https://searx.0x2a.tk/?format=json&q=[query]`` -- csv ``curl https://searx.0x2a.tk/?format=csv&q=[query]`` -- opensearch/rss ``curl https://searx.0x2a.tk/?format=rss&q=[query]`` + - json ``curl https://searx.0x2a.tk/?format=json&q=[query]`` + - csv ``curl https://searx.0x2a.tk/?format=csv&q=[query]`` + - opensearch/rss ``curl https://searx.0x2a.tk/?format=rss&q=[query]`` - Opensearch support (you can set as default search engine) - Configurable search engines/categories |