From b7ce86eac2965ddc893a65a6b336fc57d7121515 Mon Sep 17 00:00:00 2001 From: Vinay Gawade <65772870+vinugawade@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:52:39 +0530 Subject: [PATCH] Added `Italic` effect. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 053bd95..69bef11 100644 --- a/README.md +++ b/README.md @@ -383,9 +383,9 @@ This repository is a compilation of well-written, step-by-step guides for re-cre #### Build your own `VS Code Extension` -* [**JavaScript**: How to Make Your Own VS Code Extension (Ex.Hello World)](https://www.freecodecamp.org/news/making-vscode-extension) +* [**JavaScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://www.freecodecamp.org/news/making-vscode-extension) -* [**TypeScript**: How to Make Your Own VS Code Extension (Ex.Hello World)](https://vscode-docs.readthedocs.io/en/stable/extensions/example-hello-world) +* [**TypeScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://vscode-docs.readthedocs.io/en/stable/extensions/example-hello-world) #### Uncategorized