From 12e01103afb207afd03cf7ecbad864dccc3bd564 Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Wed, 22 Feb 2023 02:26:59 -0500 Subject: [PATCH] doc: add missing backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a4f88..4ee9ac1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The `package.json` file contains the following keys: This is a copy of the `microbundle` documentation. -When you build your project using `microbundle, three different file formats are generated: +When you build your project using `microbundle`, three different file formats are generated: - .umd.js: A Universal Module Definition (UMD) file format that works in different module systems, including AMD, CommonJS, and global scripts.