diff --git a/LICENSE b/LICENSE
index 78df3e1c..9ed8e17c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2017 Moncho
+Copyright (c) 2019 Moncho
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index adf8ff5d..5b7d22ea 100644
--- a/README.md
+++ b/README.md
@@ -74,9 +74,9 @@ Keybinding | Description
Ctrl+d | remove dangling images
Ctrl+e | remove image
Ctrl+f | remove image (force)
+Ctrl+u | remove unused images
Enter | inspect
-
#### Network commands
Keybinding | Description
@@ -96,7 +96,6 @@ Keybinding | Description
Ctrl+u | update service
Enter | show service tasks
-
#### Moving around buffers
Keybinding | Description
@@ -111,7 +110,6 @@ Keybinding | Description
pg up | move the cursor "screen size" lines up
pg down | move the cursor "screen size" lines down
-
## Installation
The easiest way to install the latest binaries for Linux and Mac is to run this in a shell:
@@ -141,7 +139,7 @@ brew install dry
#### Docker
-```docker run -it -v /var/run/docker.sock:/var/run/docker.sock moncho/dry ```
+```docker run -it -v /var/run/docker.sock:/var/run/docker.sock moncho/dry```
#### Arch Linux