From 98adeffc65907da4777c782e3d558c7993cd5aa3 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 11 Dec 2022 08:58:57 +0000 Subject: [PATCH] added bootstrap to dependency list in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff669d..fd22d23 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ The following libaries are used in Go-Watch: - [sqlite](https://pkg.go.dev/gorm.io/driver/sqlite@v1.3.6) - [postgres](https://github.com/go-gorm/postgres) - [mysql](https://github.com/go-gorm/mysql) - - [sqlserver](https://github.com/go-gorm/sqlserver) \ No newline at end of file + - [sqlserver](https://github.com/go-gorm/sqlserver) +- [bootstrap](https://getbootstrap.com/) \ No newline at end of file