diff --git a/.npmrc b/.npmrc
index 5a55603..fbf7f9a 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,3 +1,2 @@
engine-strict=true
auto-install-peers=true
-publish-branch=slim
diff --git a/README.md b/README.md
index 340eca2..2462b4e 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,7 @@
@@ -38,12 +36,6 @@
Carta is a **lightweight**, **fast** and **extensible** Svelte Markdown editor and viewer. It is powered by [unified](https://github.com/unifiedjs/unified), [remark](https://github.com/remarkjs/remark) and [rehype](https://github.com/rehypejs/rehype). Check out the [examples](http://beartocode.github.io/carta/examples) to see it in action.
Differently from most editors, Carta does not include a code editor, but it is _just_ a textarea with syntax highlighting, shortcuts and more.
-This is a fork of carta which applies the following changes:
-
-- Replace Shiki syntax higlighter with Prism.js (much more lightweight, 90kB vs 385kB bundle size for minimal test application)
-- Make markdown renderer class configurable and set it to `prose` by default (for Tailwind support)
-- Make markdown input usable without JS
-
## Features
- ๐ Markdown syntax highlighting ([Shiki](https://shiki.style/));
@@ -108,7 +100,7 @@ npm i @cartamd/plugin-name
```svelte