From 76a816be86e915a39ecc8adec69c93fd0cfb8cf3 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 17 Feb 2017 13:30:03 -0800 Subject: [PATCH] docs: fix heading levels to be consistent --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index c4a59166..24d63a10 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -34,7 +34,7 @@ To run the test, use the command `npm test`. Ospec considers any Javascript file npm test ``` -## Running mithril in a non-browser environment +### Running mithril in a non-browser environment Mithril has a few dependencies on globals that exist in all its supported browser environments but are missing in all non-browser environments. To work around this you can use the browser mocks that ship with the mithril npm package.