From 9c8eb96d68a32922718f03906181a623fb9f696a Mon Sep 17 00:00:00 2001 From: Mueez Khan <30333942+rzmk@users.noreply.github.com> Date: Thu, 16 Sep 2021 20:11:14 -0400 Subject: [PATCH] Add bold on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b52c8..d8f9caa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ This website is built with **[Docusaurus](https://docusaurus.io/)** and continuo ### Instant README Collection with FastAPI -An optimized FastAPI framework running on a Uvicorn ASGI server continuously deployed with all project READMEs for website display and with READMEs scraped from their project folders on GitHub. [This Docusaurus plugin](https://github.com/rdilweb/docusaurus-plugin-remote-content) then grabs the data for each of these days and adds it to the production build. +An optimized FastAPI framework running on a Uvicorn ASGI server continuously deployed with all project READMEs for website display and with READMEs scraped from their project folders on GitHub. **[This Docusaurus plugin](https://github.com/rdilweb/docusaurus-plugin-remote-content)** then grabs the data for each of these days and adds it to the production build. The pages are collected from my README files within the projects folder in my **[repository on GitHub](https://github.com/rzmk/100-days-of-code)** for each day, scraped with **[FastAPI](https://fastapi.tiangolo.com/)** that runs on a **[Uvicorn ASGI server](https://www.uvicorn.org/)** which is hosted on **[Heroku](https://www.heroku.com/)**.