Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] - chrippa/livestreamer - fixing stuff in readme.rst #1645

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Overview
Livestreamer is a `command-line utility`_ that pipes video streams
from various services into a video player, such as `VLC <http://videolan.org/>`_.
The main purpose of Livestreamer is to allow the user to avoid buggy and CPU
heavy flash plugins but still be able to enjoy various streamed content.
heavy flash plugins but still be able to enjoy the various streamed content.
There is also an `API`_ available for developers who want access
to the video stream data.

Expand All @@ -36,7 +36,7 @@ Features
--------

Livestreamer is built upon a plugin system which allows support for new services
to be easily added. Currently most of the big streaming services are supported,
to be easily added. Currently, most of the big streaming services are supported,
such as:

- `Dailymotion <http://dailymotion.com/live>`_
Expand All @@ -53,7 +53,7 @@ on the `Plugins`_ page.
Quickstart
-----------

The default behaviour of Livestreamer is to playback a stream in the default
The default behavior of Livestreamer is to playback a stream in the default
player (`VLC <http://videolan.org/>`_).

.. sourcecode:: console
Expand All @@ -80,4 +80,3 @@ Contributing

If you wish to report a bug or contribute code, please take a look
at `CONTRIBUTING.rst <CONTRIBUTING.rst>`_ first.