diff --git a/LICENSE b/LICENSE
index 5acab5eb5fcb269bc5a5b2ca2baecd2157df3c9f..157fb53d7109e9691a5319a8111c5698e3e17198 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2016 Vincent Hanquez <vincent@snarc.org>
+Copyright (c) 2010-2019 Vincent Hanquez <vincent@snarc.org>
 
 All rights reserved.
 
diff --git a/README.md b/README.md
index 01a4fa416bb7a17bdecfc63072e91d7ee322c455..fcbd65ddae517fd37a9005157212c79e4dfd7b64 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,14 @@ git
 
 git is a reimplementation of git storage and protocol in pure haskell.
 
-what it does do:
+What it does do:
 
 * read loose objects, and packed objects.
 * write new loose objects
 * git like operations available: commit, cat-file, verify-pack, rev-list, ls-tree.
+* diff between commits
 
-what is doesn't do:
+What is doesn't do:
 
 * reimplement the whole of git.
 * checkout's index reading/writing, fetching, merging, diffing.