diff --git a/samples/react-youtube/README.md b/samples/react-youtube/README.md
index a36459b43..23c70297a 100644
--- a/samples/react-youtube/README.md
+++ b/samples/react-youtube/README.md
@@ -13,15 +13,17 @@ extensions:
- react
createdDate: 10/1/2017 12:00:00 AM
---
-# Youtube Web Part
+# YouTube Web Part
## Summary
-This web part allows to search and view the Youtube videos, across the Youtube API, directly on a SharePoint page, furthermore the property panel offers the possibility to specify the api key, the number of items to display and it is also possible specify a Youtube Channel Id.
+
+This web part allows to search and view the YouTube videos, across the YouTube API, directly on a SharePoint page, furthermore the property panel offers the possibility to specify the API key, the number of items to display and it is also possible specify a YouTube Channel Id.
![Demo](./assets/Preview.gif)
-## Used SharePoint Framework Version
-![drop](https://img.shields.io/badge/version-GA-green.svg)
+## Used SharePoint Framework Version
+
+![SPFx 1.11](https://img.shields.io/badge/version-1.11-green.svg)
## Applies to
@@ -30,17 +32,17 @@ This web part allows to search and view the Youtube videos, across the Youtube A
## Prerequisites
-> Is necessary to have a google developer api key in order to perform rest api call
+> Is necessary to have a google developer API key in order to perform REST API call
## Solution
Solution|Author(s)
--------|---------
-react-youtube|Giuliano De Luca ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com](https://delucagiuliano.com))
+react-YouTube|Giuliano De Luca ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com](https://delucagiuliano.com))
Solution|Contributor(s)
--------|---------
-react-youtube|Ravi Chandra ([@ravi_maniyani](https://twitter.com/ravi_maniyani) , [www.netwoven.com](https://netwoven.com))
+react-YouTube|Ravi Chandra ([@ravi_maniyani](https://twitter.com/ravi_maniyani) , [www.netwoven.com](https://netwoven.com))
## Version history
@@ -50,6 +52,7 @@ Version|Date|Comments
2.0|October 01, 2020|Upgrade from 1.3.0 to 1.11.0
## Disclaimer
+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
---
@@ -62,8 +65,9 @@ Version|Date|Comments
- `gulp serve`
## Features
+
This Web Part illustrates the following concepts on top of the SharePoint Framework:
-- Youtube - How to leverage the Youtube capabilities.
+- YouTube - How to leverage the YouTube capabilities.
-
+
diff --git a/samples/react-youtube/package-lock.json b/samples/react-youtube/package-lock.json
index e19b6b90b..0f3026379 100644
--- a/samples/react-youtube/package-lock.json
+++ b/samples/react-youtube/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "react-youtube",
- "version": "1.0.0",
+ "version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {