Skip to content

Commit

Permalink
Readme Conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanderweele committed May 18, 2021
1 parent 70ece3a commit cc761a1
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 @@ -152,4 +152,5 @@ lessqlite example.db tables student instructor --orderby student last_name asc -



Mon May 17 11:38:20 UTC 2021

Tue May 18 14:46:17 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.2*
*v0.1.3*

``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

Mon May 17 11:38:20 UTC 2021
Tue May 18 14:46:17 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 cc761a1

Please sign in to comment.