diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1113bf6..f794fee 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,9 +3,6 @@
-
-
-
@@ -23,29 +20,29 @@
-
-
+
+
-
+
-
-
+
+
-
+
-
+
@@ -83,8 +80,8 @@
-
-
+
+
@@ -130,8 +127,8 @@
-
+
@@ -274,7 +271,7 @@
1536989652975
-
+
@@ -311,7 +308,7 @@
-
+
@@ -446,39 +443,39 @@
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 02d421d..21e46b1 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ $barcode->setBgColor("#cccccc");
$barcode->setFileName("test");
$barcode->setFilepath(__DIR__."/temp/");
$barcode->generate();
+$barcode->SaveBarcodeToDisk();
+$bardode->DestroyBarcode();
```
### Setters
* setText => text to be converte to barcode
@@ -39,6 +41,7 @@ $barcode->generate();
* SaveBarcodeToDisk => Save Barcode
* GetPngData
* DrawBarcodeToScreen
+* DestroyBarcode