diff --git a/README.md b/README.md index 0db8317..53b2890 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- Logo + Logo

Cue

A minimal MVVM framework

@@ -15,7 +15,7 @@ Cue - short for MrCai's Vue - is a light-weight MVVM framework. Features include - [x] Native TypeScript support. - [x] Handy directives, e.g. `c-bind`、`c-on`、`c-model`. -![example](public/example.png) +![example](assets/example.png) ## 🚀 Getting started diff --git a/public/example.png b/assets/example.png similarity index 100% rename from public/example.png rename to assets/example.png diff --git a/public/logo.svg b/assets/logo.svg similarity index 100% rename from public/logo.svg rename to assets/logo.svg