From 32d316e379cf06973c5160724573c753bbca066b Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 1 Feb 2023 17:33:12 -0500 Subject: [PATCH] Revert quote changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf4cc57..946c2611 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ package.json You can build the file path like this: ```ts -path.join(process.cwd(), 'posts', 'my-post.md'); +path.join(process.cwd(), "posts", "my-post.md"); ``` As mentioned in the [Server function](#server-lambda-function) section, in a non-monorepo setup, the `server-function` bundle looks like: