From 1ca1892f7c8e016b4406549f6621a911a9bea99f Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 3 May 2022 13:21:37 -0700 Subject: [PATCH] chore: clarify readme (#43) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b2c49..e0a8cb4 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# [URL Shortener Microservice](https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/url-shortener-microservice) +# URL Shortener Microservice + +This is the boilerplate code for the URL Shortener Microservice project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/url-shortener-microservice.