From d957cdf918213857b71755c902621a4345ab3e90 Mon Sep 17 00:00:00 2001
From: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Date: Thu, 5 Jan 2023 11:01:52 -0800
Subject: [PATCH] Fix formatting
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8dd012864..652a3898c 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ or are automatically applied via regex from your webpack configuration.
| Name | Status | Install Size | Description |
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------- |
-|
| ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources |
+|
| ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources |
|
| ![pug-npm] | ![pug-size] | Loads Pug templates and returns a function |
|
| ![pug3-npm] | ![pug3-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
|
| ![md-npm] | ![md-size] | Compiles Markdown to HTML |