From c825508c4db1714b0ebd30d8f67305bc0c0929a8 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Tue, 3 Jun 2014 19:09:25 +0000 Subject: [PATCH] backwards brackets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d55cb8..6cc8277 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ is no implementation. The default implementation is a dummy one for testing purposes. You can specify different implementations as you like. So, if you have another monitoring service that you would like to expose with a StackTach.v3 interface, you can adopt Quincy. However, if you want to work with -StackTach.v3, there is a (quince)[https://github.com/StackTach/quince] driver +StackTach.v3, there is a [quince](https://github.com/StackTach/quince) driver that handles that for you. Later in this document we will show you how to configure Quincy to use the Quince drivers. -The (klugman)[https://github.com/StackTach/klugman] library is both a cmdline +The [klugman](https://github.com/StackTach/klugman) library is both a cmdline tool for accessing `quincy` and a python library for programmatically accessing it.