diff --git a/.gitignore b/.gitignore
index d65161d1857d9b9d8b0e95b43506e0465a011c39..a1ce6dfd580545fce13ba84932b5932938db8f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ build
 */build
 */dist
 dist
+.eggs
diff --git a/README.md b/README.md
index 798c8c2e2e02bc020a5c1d2f910c4361ac826af9..330d1f9a5b5009848160551a06101a8ab63db819 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ snakehouse
 snakehouse is a tool to pack mutiple .pyx files
 into a single extension.
 
-Inspired by [https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension](this StackOverflow discussion).
+Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
 
 Tested and works on Python 3.8 and Python 3.7, 
 both Windows and Linux.
@@ -20,5 +20,5 @@ Take a look at [example](example/) on how to multi-build your Cython extensions.
 Limitations
 -----------
 
-* Two modules with the same name cannot be mentioned in a single Multibuild.
+* Two modules with the same name cannot be mentioned in a single Multibuild (issue #1).