Skip to content

Commit 9286c1b

Browse files
authored
Fixed some markup bugs
1 parent c64c7d1 commit 9286c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In that folder create two files. The first is a ``pyproject.toml`` file describi
4949
[project.entry-points.sqlite_utils]
5050
hello_world = "sqlite_utils_hello_world"
5151
52-
The ```[project.entry-points.sqlite_utils]`` section tells ``sqlite-tils`` which module to load when executing the plugin.
52+
The ``[project.entry-points.sqlite_utils]`` section tells ``sqlite-utils`` which module to load when executing the plugin.
5353

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

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

7676
.. code-block:: bash
7777
78-
sqlite-utils install -e `/dev/sqlite-utils-hello-world
78+
sqlite-utils install -e /dev/sqlite-utils-hello-world
7979
8080
Now, running this should execute your new command:
8181

0 commit comments

Comments
 (0)