diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8bc46bf
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.html linguist-language=JavaScript
diff --git a/.gitignore b/.gitignore
index 38f8e88..723ef36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-dev
+.idea
\ No newline at end of file
diff --git a/index.html b/index.html
index 546c8fc..26d7fb8 100644
--- a/index.html
+++ b/index.html
@@ -7,12 +7,12 @@
@@ -30,13 +36,14 @@
- $('#demo_box').popmenu();
-
+ $('#demo_box').popmenu({parameters});
+ You can use parameters below.
+{
+ 'controller': true, // use control button or not
+ 'width': '300px', // width of menu
+ 'background': '#34495e', // background color of menu
+ 'focusColor': '#1abc9c', // hover color of menu's buttons
+ 'borderRadius': '10px', // radian of angles, '0' for right angle
+ 'top': '50', // pixels that move up
+ 'left': '0', // pixels that move left
+ 'iconSize': '100px', // size of menu's buttons
+ 'color': '#fff' // color of menu's text
+ 'border': '1px solid #000', // border style for the menu box
+}
Find more information on github.
-