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.