diff --git a/.gitignore b/.gitignore
index d68464c..ceac29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-/.stack-work
-/TAGS
-/stack.yaml
/dist-newstyle
/cabal.project.freeze
/cabal.project.local
\ No newline at end of file
diff --git a/README.md b/README.md
index a391139..587c57d 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,7 @@
-
-
- License | Linux |
-
-
-  |
-
-
-
# elf-edit
-The elf-edit library provides a datatype suitable for reading and writing Elf files.
+
+The elf-edit library provides a datatype suitable for reading and writing ELF files.
It is a fork of the original elf package on Hackage, but enables modifying
-and serializing Elf files. These changes are not backwards compatible and hence
+and serializing ELF files. These changes are not backwards compatible and hence
we have a new name.
-
-## Building with Stack
-
-To build with Stack, first symlink to one of the provided YAML
-files. For example
-
- ln -fs stack-8.6.yaml stack.yaml
- stack build