From a522ad4f8f0966eb6ba41ddfaee25d78f76b0723 Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Fri, 12 Jul 2024 18:50:46 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ad6e80b..6a9f2f3 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ A light alternative to alpine, petite-vue etc. Sprae evaluates `:`-directives and evaporates them, returning reactive state for updates. -### As standalone +### Standalone ```html @@ -37,7 +37,7 @@ Sprae evaluates `:`-directives and evaporates them, returning reactive state for `init` attribute autoinits sprae on document. -### As CJS etc. +### CJS etc ```js const sprae = require('sprae/dist/sprae.umd.js');