Skip to content

Commit a6d3351

Browse files
committed
Update Line Highlighting
1 parent 5d91777 commit a6d3351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ which allows you to see the difference on the master branch up a set time ago or
234234

235235
## Line Highlighting in Repos
236236

237-
Adding `#L52` to the end of a code file URL will highlight that line number.
237+
Either adding `#L52` to the end of a code file URL or simply clicking the lin number will highlight that line number.
238238

239-
It also works with ranges, e.g. `#L53-L60`:
239+
It also works with ranges, e.g. `#L53-L60`, to select ranges, hold `shift` and click two lines:
240240

241241
```
242242
https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L60

0 commit comments

Comments
 (0)