summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6de59e..e57348a 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,6 @@ For sqlite, you have options depending on your target:
79There are three main ways to include `zig-sqlite` in your project: 79There are three main ways to include `zig-sqlite` in your project:
80* using zig's official package manager 80* using zig's official package manager
81* using the [zigmod](https://github.com/nektro/zigmod) package manager 81* using the [zigmod](https://github.com/nektro/zigmod) package manager
82* using a git submodule
83 82
84## Official package manager 83## Official package manager
85 84