From 92cc4a60aca817ba23ff9d55d03d4ce67f8aaa19 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 31 Mar 2017 05:06:40 -0400 Subject: [PATCH] Tweak README Future Development section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bab68f4..3d2c0e9 100644 --- a/README.md +++ b/README.md @@ -434,9 +434,9 @@ Note: If your solution is different from those listed in the Solution Notebook, Challenges, solutions, and unit tests are presented in the form of **IPython/Jupyter Notebooks**. -* Notebooks currently contain mostly Python solutions (tested on both Python 2.7 and Python 3.x), but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages) +* Notebooks currently contain mostly Python solutions (tested on both Python 2.7 and Python 3.x), but can be extended to include [40+ supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages) * Repo will be **continually updated** with new solutions and challenges -* [Contributions](#contributing) are welcome! +* [Contributions](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) are welcome! ## Contributing