From 4e7154e4242beba510692e41f6bf087a98743324 Mon Sep 17 00:00:00 2001 From: Fikayo Adepoju Date: Tue, 14 Nov 2023 17:44:57 +0100 Subject: [PATCH] Added Codespaces button to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e8e5d9..cc4d798 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ 1. Run `npm install` 2. Run `node server` + +[![Open in Github Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/coderonfleek/simple-node-api/)