diff --git a/README.md b/README.md index 2c63063..59e5cde 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Mirai provides todo lists and calendar views from the same data using a simple s Your data are stored on your device as readable plain text files, you can edit them with whatever you want and sync them using third party software (like Syncthing). + +![Mirai Todo](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-todo-1.png) +![Mirai Calendar](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-calendar-1.png) + + ## Download ### Linux diff --git a/images/presentation-calendar-1.png b/images/presentation-calendar-1.png new file mode 100644 index 0000000..81333a2 Binary files /dev/null and b/images/presentation-calendar-1.png differ diff --git a/images/presentation-todo-1.png b/images/presentation-todo-1.png new file mode 100644 index 0000000..651ce2a Binary files /dev/null and b/images/presentation-todo-1.png differ