Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aziezahmed committed Dec 17, 2017
1 parent b71ac81 commit 3da1163
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Using newsapi-cli
Usage:
news sources
news <source>
news search <keyword>
news -h | --help
news --version
Expand All @@ -44,6 +45,12 @@ Get headlines from a specific source
.. code-block:: bash
$ news <source>
Get headlines related to a keyword

.. code-block:: bash
$ news search <keyword>
Example
~~~~~~~
Expand All @@ -53,6 +60,12 @@ Get news headlines from the bbc-news source.
.. code-block:: bash
$ news bbc-news
Get top headlines about apple.

.. code-block:: bash
$ news search apple
Built With
----------
Expand Down

0 comments on commit 3da1163

Please sign in to comment.