From 1fa773b2adcf90ac8f5860fdb187a759ae614c7d Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:22:40 -0700 Subject: [PATCH] Update alt text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631d1d6..de0add4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![elem logo](./logo.png) +![elem-go logo](./logo.png) `elem` is a lightweight Go library for creating HTML elements programmatically. Utilizing the strong typing features of Go, `elem` ensures type safety in defining and manipulating HTML elements, minimizing potential runtime errors. It simplifies the generation of HTML views by providing a simple and intuitive way to create elements and set their attributes, properties, and content.