diff --git a/README.md b/README.md index dfb2ac6..b484075 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![horizr](https://github.com/horizr/art/raw/main/horizr-banner.jpg) +![horizr](./banner.png) # horizr CLI ![npm](https://img.shields.io/npm/v/@horizr/cli?color=white&label=latest%20version&logoColor=red&style=flat-square) @@ -38,3 +38,4 @@ Features I have in mind: - List disabled source files - Allow disabling static source files by adding `.disabled` to their name - Import packwiz packs +- Hot-reloading `packwiz dev` command diff --git a/banner.png b/banner.png new file mode 100644 index 0000000..5d2b412 Binary files /dev/null and b/banner.png differ