diff --git a/README.md b/README.md
index 2391627..4f5376e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Android-XML-Editor
- Editor for Android XML files in VSCode powered by TotalCross
+Fork of Knowcode-AI/android-xml-editor that works.
It consists in an editor for Android XML files in VSCode powered by TotalCross
•
diff --git a/src/extension.ts b/src/extension.ts
index 3236851..5f8e1d5 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -64,7 +64,7 @@ class AppPanel {
const fse = require('fs-extra');
//@ts-ignore.
- var sourceDir = path.join(rootUri?.path, "src/main/resources/drawable")
+ var sourceDir = path.join(rootUri?.path, "src/main/res/drawable")
var destinationDir = path.join(extensionUri.path, "/media/drawable")
fs.rmdirSync(destinationDir, { recursive: true });