diff --git a/README.md b/README.md index 55951a6..ae85720 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Easily manage promises in reactive JavaScript libraries and frameworks such as R - [Alpine.js](https://codesandbox.io/s/recursing-ritchie-kbutq?file=/src/index.js) - [Svelte](https://codesandbox.io/s/promistate-svelte-h86ll?file=/App.svelte) - [Angular](https://codesandbox.io/s/angular-promistate-xf2j5?file=/src/app/app.component.html) +- [Vanilla JS](https://codesandbox.io/s/vanilla-promistate-vdyd3?file=/src/index.js) ## Comparison (example with Vue.js) @@ -62,9 +63,6 @@ export default { All under one variable 👍. -
-Click to toggle - ```vue