From 2702d9b2525389653eef39032da8f952eabab784 Mon Sep 17 00:00:00 2001 From: Sajjad Hashemian Date: Sat, 6 Feb 2021 10:56:25 +0000 Subject: [PATCH] readme: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 648f6d1..1994f1b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ const AppOutput = Server.renderToString( reactssr.render(AppOutput); ``` -This file should be bundled, for exaple, with [esbuild](https://esbuild.github.io/) as so: +This file should be bundled, for example, with [esbuild](https://esbuild.github.io/) as so: ```bash npx esbuild \