From 063d4b7ecec8e5f2a7e2071f40ec9bbbf029a332 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Wed, 12 Sep 2012 00:13:37 +0100 Subject: [PATCH] formatting and fixes in dev notes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd13e2f7..90967c07 100755 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ For small bugfixes or enhancements: For larger changes: * Cleanup your code and affected code parts -* Run the tests from test/index.html in different browsers (at least Chrome and FF) +* Run the tests from `/test/index.html` in different browsers (at least Chrome and FF) * Update the documentation and tutorials where necessary -* Update _layouts/recline-deps.html if you change required files (e.g. leaflet libraries) -* Try to build the demos in /demos with jekyll and then check out the demos/multiview/ which utilizes most aspects of Recline +* Update `/_includes/recline-deps.html` if you change required files (e.g. leaflet libraries) +* Try to build the demos in `/demos/` with jekyll and then check out the `/demos/multiview/` which utilizes most aspects of Recline ## Changelog