diff --git a/README.md b/README.md
index 697633b..55e0c07 100755
--- a/README.md
+++ b/README.md
@@ -167,6 +167,16 @@ less often, since people will also migrate to 4.x! Thanks to everyone who suppor
* Author: @MightyPrinny
* [
](https://github.com/MightyPrinny/godot-gputilemap)
+## Importality
+* Importality - is an add-on for Godot 4.x for importing graphics and animations from popular formats: Aseprite, Krita, Pencil2D, Piskel and Pixelorama right from source files to ready-to-use Godot resources. Also it can import any other graphics files as regular images with external command line utilities like ImageMagick.
+* Author: @nklbdev
+* [
](https://github.com/nklbdev/godot-4-importality)
+*
+ Screenshot
+
+
+
+
## Inspector Gadget
* Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime. It extends the standard get_indexed() function from the Node
* Author: @Shifty