From a6d33515c2fd467d42b0d0d21006adf35e77e441 Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 13 Apr 2014 17:02:06 +0100 Subject: [PATCH] Update Line Highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c96f015..c5a40bc 100644 --- a/README.md +++ b/README.md @@ -234,9 +234,9 @@ which allows you to see the difference on the master branch up a set time ago or ## Line Highlighting in Repos -Adding `#L52` to the end of a code file URL will highlight that line number. +Either adding `#L52` to the end of a code file URL or simply clicking the lin number will highlight that line number. -It also works with ranges, e.g. `#L53-L60`: +It also works with ranges, e.g. `#L53-L60`, to select ranges, hold `shift` and click two lines: ``` https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L60