From 08a7bcb18722800fbf1864ae745e8a8508c72982 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:38:41 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Centered=20Title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81b230bd..5f41d601 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# Extension Samples +

+ VSCode Extension Samples +

-This repository contains sample code illustrating the VS Code extension API. The following is a + +This repository contains sample code illustrating the VS Code extension API. The following is a list of self-contained, running extensions that show one or multiple concepts of the API: * [Virtual Documents](/contentprovider-sample/README.md)