From 97fb6b850a86ec222d988ea260af4113eb05e6aa Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 1 Oct 2015 19:59:41 +0100 Subject: [PATCH] Mention debug.js in packager docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39dd5bde..2090a0fd 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To get verbose output when running the packager, define an environment variable: export DEBUG=ReactNativePackager -You can combine this with other values, e.g. `DEBUG=babel,ReactNativePackager`. +You can combine this with other values, e.g. `DEBUG=babel,ReactNativePackager`. Under the hood this uses the [`debug`](https://www.npmjs.com/package/debug) package, see its documentation for all the available options. The `/debug` endpoint discussed above is also useful.