From 22c95585f30389a8de59a388d802bfd3ccc09d42 Mon Sep 17 00:00:00 2001 From: ZP Jiang <1658909+0x333333@users.noreply.github.com> Date: Mon, 22 Oct 2018 21:36:46 -0700 Subject: [PATCH] Fix a typo in README Fix a typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95c81c..18dc954 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Services to securely store your Docker images. ### Wrappers - [Ansible](https://docs.ansible.com/ansible/latest/modules/docker_container_module.html) - Manage the life cycle of Docker containers. By RedHat -- [Azk](https://github.com/azukiapp/azk) - Orchestrate development enviornments on your local machine by [@azukiapp](https://github.com/azukiapp) +- [Azk](https://github.com/azukiapp/azk) - Orchestrate development environments on your local machine by [@azukiapp](https://github.com/azukiapp) - [Beluga](https://github.com/cortexmedia/Beluga) :skull: - CLI to deploy docker containers on a single server or low amount of servers. By [@cortextmedia](https://github.com/cortexmedia) - [dexec](https://github.com/docker-exec/dexec) - Command line interface written in Go for running code with Docker Exec images. - [docker-do](https://github.com/benzaita/docker-do) - hassle-free docker run, like `env` but for docker by [@benzaita](https://github.com/benzaita)