mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-08 10:07:04 +02:00
Add warning emoji for note
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user