diff --git a/README.md b/README.md index 4ec2e66..de0add4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elem-go +![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. diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..faf9526 Binary files /dev/null and b/logo.png differ