Add warning emoji for note

This commit is contained in:
Aakansha Doshi 2022-07-04 20:50:39 +05:30
parent 77e8585d03
commit 2f8d776824
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ const updateReadme = () => {
const noteIndex = data.indexOf("#### Note");
const installlationIndex = data.indexOf("### Installation");
// remove note for stable readme
// remove note for stable readme
data = data.slice(0, noteIndex) + data.slice(installlationIndex);
// update readme