Skip to content

Commit

Permalink
Fixed some markup bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 4, 2023
1 parent c64c7d1 commit 9286c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In that folder create two files. The first is a ``pyproject.toml`` file describi
[project.entry-points.sqlite_utils]
hello_world = "sqlite_utils_hello_world"
The ```[project.entry-points.sqlite_utils]`` section tells ``sqlite-tils`` which module to load when executing the plugin.
The ``[project.entry-points.sqlite_utils]`` section tells ``sqlite-utils`` which module to load when executing the plugin.

Then create ``sqlite_utils_hello_world.py`` with the following content:

Expand All @@ -75,7 +75,7 @@ Or pass the path to your plugin directory:

.. code-block:: bash
sqlite-utils install -e `/dev/sqlite-utils-hello-world
sqlite-utils install -e /dev/sqlite-utils-hello-world
Now, running this should execute your new command:

Expand Down

0 comments on commit 9286c1b

Please sign in to comment.