Skip to content

Commit

Permalink
Readme Conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanderweele committed May 21, 2021
1 parent 6f26385 commit 7e16b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@ lessqlite example.db tables student instructor --orderby student last_name asc -



Tue May 18 14:56:16 UTC 2021

Fri May 21 20:50:48 UTC 2021
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

|lessqlite| |Coverage Status|

*v0.1.3*
*v0.1.4*

``lessqlite`` is a free command-line utility written in Python providing
a pager-based interface (like Unix ``less``) for exploring, browsing,
Expand Down Expand Up @@ -206,7 +206,7 @@ order and the instructor table by id in descending order:

lessqlite example.db tables student instructor --orderby student last_name asc --orderby instructor id desc

Tue May 18 14:56:16 UTC 2021
Fri May 21 20:50:48 UTC 2021

.. |lessqlite| image:: https://github.com/dvanderweele/lessqlite/actions/workflows/test.yml/badge.svg
.. |Coverage Status| image:: https://coveralls.io/repos/github/dvanderweele/lessqlite/badge.svg?branch=main
Expand Down

0 comments on commit 7e16b19

Please sign in to comment.