From bcdc17fee7734e97937c20659e19af4df5312ec0 Mon Sep 17 00:00:00 2001 From: Matt Favero <4052466+mattvr@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:34:55 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1f9612..54ca778 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ --- -`dsbuild` is a simple, fast static site generator. +`dsbuild` is a simple, fast static site builder. It compiles any [Deno](https://deno.land/) TypeScript (or Markdown) into a single JavaScript file that can be run in the browser. It's a one-command, zero-configuration way to build React, Markdown, or other -JS-powered web sites entirely in Deno. +JS-powered web sites entirely using Deno. **Features:**