From 342df983d45e1e0e34861af1464177830930256a Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Thu, 14 Aug 2025 23:46:48 +0100 Subject: [PATCH] Fix #305. --- ext/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/README.md b/ext/README.md index d10dacb..062ea52 100644 --- a/ext/README.md +++ b/ext/README.md @@ -38,11 +38,11 @@ you can load into your database connections. - [`github.com/ncruces/go-sqlite3/ext/zorder`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/zorder) maps multidimensional data to one dimension. -### Pakages +### Packages These packages may also be useful to work with SQLite: - [`github.com/ncruces/decimal`](https://pkg.go.dev/github.com/ncruces/decimal) decimal arithmetic. - [`github.com/ncruces/julianday`](https://pkg.go.dev/github.com/ncruces/julianday) - Julian day math. \ No newline at end of file + Julian day math.