Skip to content

Commit

Permalink
Corrected a small typo in the README (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjunk authored and jmaupetit committed Apr 3, 2019
1 parent 92107e1 commit 2d861a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ Start tracking your activity via:
$ watson start world-domination +cats
With this command, you have started a new **frame** for the *world-domination* project with the *cat* tag. That's it.
With this command, you have started a new **frame** for the *world-domination* project with the *cats* tag. That's it.

Now stop tracking you world domination plan via:

.. code:: bash
$ watson stop
Project world-domination [cat] started 8 minutes ago (2016.01.27 13:00:28+0100)
Project world-domination [cats] started 8 minutes ago (2016.01.27 13:00:28+0100)
You can log your latest working sessions (aka **frames**) thanks to the ``log`` command:

.. code:: bash
$ watson log
Tuesday 26 January 2016 (8m 32s)
ffb2a4c 13:00 to 13:08 08m 32s world-domination [cat]
ffb2a4c 13:00 to 13:08 08m 32s world-domination [cats]
Please note that, as `the report command <https://tailordev.github.io/Watson/user-guide/commands/#report>`_, the ``log`` command comes with projects, tags and dates filtering.

Expand Down

0 comments on commit 2d861a4

Please sign in to comment.