File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5454Then 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
You can’t perform that action at this time.
0 commit comments