From 5dd349430bc9601165e570907d8c5461f5d09859 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 20 Nov 2024 13:32:51 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e3a8a..5400576 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ in the project. This is created with `go mod vendor`. Bob can use **ESBuild** to transform JavaScript code directly from an HTML file. For this, the relevant `<script>` tags must include specific attributes. -ESBuild is licensed under the (https://github.com/evanw/esbuild?tab=MIT-1-ov-file#readme)[MIT license]. +ESBuild is licensed under the [MIT license](https://github.com/evanw/esbuild?tab=MIT-1-ov-file#readme). Here’s an example: -- GitLab