From b9bbc1bb388a66096cfc16496dc40aeff8e0faa3 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 24 Jan 2023 14:35:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ae94dc..aaaad50 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,5 @@ This example starts a [Fastify](https://www.fastify.io/) server. ## 📝 Notes The server started simply returns a `{ message: "Hello world!" }` payload in JSON. The server code is located in the `index.ts` file. + +.