From 9da90dc375ad5bb5f93b1c75d5b089b91fdcf4dd Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sun, 3 Jan 2016 14:04:51 -0700 Subject: [PATCH] Add some text to the "Other Useful Projects" section Add some additional explanatory text to the section listing other useful projects. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6940ed1..649a350 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,17 @@ This repository contains a variety of files and tools for learning new technolog **vagrant-openstack-multi**: This folder is similar to `vagrant-openstack`, but supports Vagrant operations on multiple instances. -##Other Useful Projects +## Other Useful Projects -**Kubernetes-CoreOS-Fleet-Flannel** : https://github.com/kelseyhightower/kubernetes-fleet-tutorial +Here are some other projects that you may also find useful: -**coreos-kubernetes-digitalocean** : https://github.com/bketelsen/coreos-kubernetes-digitalocean +**Kubernetes-CoreOS-Fleet-Flannel**: https://github.com/kelseyhightower/kubernetes-fleet-tutorial -**Docker-CoreOS-Fleet-Flannel-Etcd-Confd-Nginx** : https://github.com/willrstern/production-docker-ha-architecture +**coreos-kubernetes-digitalocean**: https://github.com/bketelsen/coreos-kubernetes-digitalocean + +**Docker-CoreOS-Fleet-Flannel-Etcd-Confd-Nginx**: https://github.com/willrstern/production-docker-ha-architecture + +If there are additional projects you feel should be added to this list, please submit a pull request. Thanks! ## License