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
49
49
[project.entry-points.sqlite_utils]
50
50
hello_world = "sqlite_utils_hello_world"
51
51
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.
53
53
54
54
Then create ``sqlite_utils_hello_world.py `` with the following content:
55
55
@@ -75,7 +75,7 @@ Or pass the path to your plugin directory:
75
75
76
76
.. code-block :: bash
77
77
78
- sqlite-utils install -e ` /dev/sqlite-utils-hello-world
78
+ sqlite-utils install -e /dev/sqlite-utils-hello-world
79
79
80
80
Now, running this should execute your new command:
81
81
You can’t perform that action at this time.
0 commit comments