diff --git a/README.md b/README.md index dda3208..76a31ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # writer A simple web/markdown-based notebook thingy +![screenshot](docs/main.png) + This is a notebook app written in typescript using koa for the backend and react+redux for the frontend. ## Getting started diff --git a/docs/main.png b/docs/main.png new file mode 100644 index 0000000..1bde557 Binary files /dev/null and b/docs/main.png differ