diff --git a/README.md b/README.md
index 0261c23..da2d7d0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,53 @@
# pechatalka.mjs
+Module with merch and print constructor for typrographies
-Constructor for typographies
\ No newline at end of file
+## Example
+```html
+
+
Pechatalka
+ Svoboda Work Union
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0
+
+
+
+```
+```js
+import("/js/modules/pechatalka.mjs").then((module) => {
+ // Initializing the instance
+ new module.gallery(
+ document.getElementById("wrap"),
+ document.getElementById("images"),
+ document.getElementById("gallery"),
+ true
+ );
+});
+```
+CSS in the `/index.css` file
+
+