From 0fa6d56c14e6f17162dfdfbb5a11c0536c3a9afc Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 22 Nov 2025 01:28:28 +0100 Subject: [PATCH] README fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7899bd3..ad3cf71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht ### Extras - [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional, planned, maybe write a parser in Fun for stdlib) -- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/){:class="ext"} (optional, planned) +- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/) (optional, planned) - [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional, in progress) - [SQLite](https://sqlite.org/) support builtin (optional, planned) - [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional, planned)