From 42253cd9b74a21c8de60433a6eef574f458483b4 Mon Sep 17 00:00:00 2001 From: RandithaK <154749626+RandithaK@users.noreply.github.com> Date: Sun, 12 May 2024 21:08:39 +0530 Subject: [PATCH] Update README.md (#136) --- extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/README.md b/extension/README.md index 80753b4..61768aa 100644 --- a/extension/README.md +++ b/extension/README.md @@ -23,7 +23,7 @@ Try the web version at : ### Edit Images -The source of the drawing can be embedded directly in a PNG or SVG image. Just create a new `.excalidraw.png` or `excalidraw.png` file. +The source of the drawing can be embedded directly in a PNG or SVG image. Just create a new `.excalidraw.png` or `.excalidraw.svg` file. You can also switch between text and image format by updating the file extension (ex: rename a `.excalidraw` file to `.excalidraw.png`). ![Image can be edited directly](https://raw.githubusercontent.com/excalidraw/excalidraw-vscode/master/extension/medias/edit_image.gif)