From e727f2428da4c97fa817ed03113b70b5643a24f8 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Fri, 30 Jan 2015 17:24:00 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00bfbf1..d37703f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python-MATLAB(R) Bridge and IPython `matlab` magic +[![Join the chat at https://gitter.im/arokem/python-matlab-bridge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/arokem/python-matlab-bridge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + A python interface to call out to [Matlab(R)](http://mathworks.com). Original implementation by [Max Jaderberg](http://www.maxjaderberg.com/). His original repo of the project can be found [here](