Fix typo in README.md

This commit is contained in:
Konrad Kleine 2014-09-17 15:01:56 +02:00
parent b97ff19ca9
commit 509ff58c52

View file

@ -1,7 +1,7 @@
README
======
The `docker-registry-frontend` is a pure web-based solution for browsing any private Docke repository that you can reach via a URL.
The `docker-registry-frontend` is a pure web-based solution for browsing any private Docker repository that you can reach via a URL.
To follow the philosophy of Docker, this application is available in the form of an image that you can run as a container by executing this command:
@ -9,9 +9,9 @@ To follow the philosophy of Docker, this application is available in the form of
This command starts the container and forwards the container's private port `80` to your host's port `8080`. Make sure you specify the correct url to your registry.
If you like the application, I invite you to contribute and report bugs or feature request on the project's github page: https://github.com/kwk/docker-registry-frontend
If you like the application, I invite you to contribute and report bugs or feature request on the project's github page: https://github.com/kwk/docker-registry-frontend.
Thank you for your interest!
- Konrad
Konrad