diff --git a/README.md b/README.md
index 2087c57..20d6745 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
# golang-jamo
-
Hangeul character syllable decomposing/composing Go library
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
## Description
+
Golang-jamo is a Go Hangeul syllable decomposition/composition library for working with Hangul characters and jamo.
This library support Hangeul syllable decomposition with several options. (e.g. Detailed Jamo decomposition, Qwerty keyboard layout decomposition)
@@ -70,6 +70,14 @@ func main() {
}
```
+## Contributers
+
+
+
+
+
+Made with [contrib.rocks](https://contrib.rocks).
+
## License
jamo is released under Apache License 2.0.