From 68975346c5f4820ff9670e1483e125b03412daf7 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 4 Aug 2015 21:25:44 +0200 Subject: [PATCH] Remove reference to Mozilla build tools --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 6534bfe..057e3af 100644 --- a/Contributing.md +++ b/Contributing.md @@ -17,7 +17,7 @@ Below is an overview of how to contribute code to the PDF.js project. The basic * GitHub account * [Node.js](http://nodejs.org/) -If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font or performance testing you will need [Python](http://www.python.org/download/), which is also included with mozilla-build for Windows. +If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font or performance testing you will need [Python](http://www.python.org/download). _Before you make any changes to the code you will probably want jump down to [Generating reference images](#ref-images) to create the reference snapshot images so you can run the test framework and check for regressions._