mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove all remaining "$ " prefixes from docs, closes #2140
Also document sqlite-utils create-view
This commit is contained in:
parent
4535568f2c
commit
943df09dcc
14 changed files with 108 additions and 41 deletions
|
|
@ -151,7 +151,10 @@ This means that all of Datasette's functionality can be accessed directly from t
|
|||
|
||||
For example::
|
||||
|
||||
$ datasette --get '/-/versions.json' | jq .
|
||||
datasette --get '/-/versions.json' | jq .
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"python": {
|
||||
"version": "3.8.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue