From fc827e9e8c03eb0a940a58f50419a16f276adc06 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Tue, 14 Apr 2015 20:05:55 +0200 Subject: [PATCH] Fix idiomatic.js line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a18547b..efb8b4be 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ The report shows up at `coverage/html/index.html` viewable in a browser. OpenSeadragon is truly a community project; we welcome your involvement! -When contributing, please attempt to match the code style already in the codebase. Note that we use four spaces per indentation stop. For easier setup you can also install [EditorConfig](http://editorconfig.org/) if your IDE is supported. For more thoughts on code style, see ® -[idiomatic.js](https://github.com/rwldrn/idiomatic.js/). +When contributing, please attempt to match the code style already in the codebase. Note that we use four spaces per indentation stop. For easier setup you can also install [EditorConfig](http://editorconfig.org/) if your IDE is supported. For more thoughts on code style, see [idiomatic.js](https://github.com/rwldrn/idiomatic.js/). When fixing bugs and adding features, when appropriate please also: