From bfbe576a06bd4319968e4eeb56c68bf5f74dc9c2 Mon Sep 17 00:00:00 2001 From: Rohan Vashisht Date: Mon, 9 Sep 2024 01:05:22 +0530 Subject: [PATCH] ok --- README.md | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 229553c..f61f6da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-![](./assets/logo.png) +![](https://raw.githubusercontent.com/Zigistry/Zilite/main/assets/logo.png)
diff --git a/package.json b/package.json index 87b4b27..a2be992 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,8 @@ "description": "An easy to use syntax highlighter for the web.", "readme": "README.md", "main": "src/index.js", - "version": "v0.0.25" -} \ No newline at end of file + "version": "v0.0.25", + "dependencies": { + "zilite": "^0.0.25" + } +}