diff --git a/README.md b/README.md index 9798ed0..b266819 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A ICS / ICal parser and serialiser for Golang. Because the other libraries didn't quite do what I needed. +![icon.png](docs/icon.png) + Usage, parsing: ```golang cal, err := ParseCalendar(strings.NewReader(input)) diff --git a/docs/icon.png b/docs/icon.png new file mode 100644 index 0000000..6d84c3c Binary files /dev/null and b/docs/icon.png differ diff --git a/docs/icon.webp b/docs/icon.webp new file mode 100644 index 0000000..1c7da4a Binary files /dev/null and b/docs/icon.webp differ