Update README
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e0a8909
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+
+
+.classpath
+.project
+.settings/
+target/
+bin/
+
+
diff --git a/README.md b/README.md
index ced5ed0..0bf4a70 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,16 @@
-snakeyaml
+SnakeYAML
 =========
 
-YAML parser and emitter for Java
+##YAML parser and emitter for Java
 
-This is the official SnakeYAML mirror for those who prefer to use GIT.
+This is the official [SnakeYAML] mirror for those who prefer to use GIT.
+
+
+## License
+
+The SnakeYAML is licensed under [APL 2.0].
+
+  [SnakeYAML]:          http://www.snakeyaml.org/
+  [APL 2.0]:            http://www.apache.org/licenses/LICENSE-2.0
+
+