diff --git a/README.md b/README.md index 5d3b43e..a8070c1 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Configure servers in a snap with these concise ansible playbooks! Current Playbooks: -* ZeroMQ - open source high-performance asynchronous messaging library +* **ZeroMQ** - open source high-performance asynchronous messaging library Future Playbooks: -* MongoDB - open source document-oriented database system -* MySQL - open source relational database system -* Apache - open source web server -* NginX - open source web server -* Python - open source highlevel interprited programming language -* Ruby - open source highlevel interprited programming language -* RVM - open source Ruby version and environment manager +* **MongoDB** - open source document-oriented database system +* **MySQL** - open source relational database system +* **Apache** - open source web server +* **NginX** - open source web server +* **Python** - open source highlevel interprited programming language +* **Ruby** - open source highlevel interprited programming language +* **RVM** - open source Ruby version and environment manager It's that simple. \ No newline at end of file diff --git a/zeromq.md b/zeromq.md index c516036..dcc0ebb 100644 --- a/zeromq.md +++ b/zeromq.md @@ -5,14 +5,14 @@ An Ansible playbook which installs **ZeroMQ** and all of its dependancies, along These are the files (ZeroMQ and its dependancies) which are retrieved and installed: -* ZeroMQ -* autoconf -* automake -* build-essential -* libtool -* uuid-dev -* *python-pip* -* *python-dev* -* *pyzmq* +* **ZeroMQ** +* **autoconf** +* **automake** +* **build-essential** +* **libtool** +* **uuid-dev** +* ***python-pip*** +* ***python-dev*** +* ***pyzmq*** It's that simple. \ No newline at end of file