From 60861e12588b72ee62c14a4f11e281169449603e Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 15 Apr 2024 17:23:11 +0000 Subject: [PATCH] Fix off-by-two error --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1765935..12b6259 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,6 @@ 1. [Fork](https://github.com/laserlemon/fair_dice_roll/fork) it. 2. Roll a die… fairly. -3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L4) your result. +3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L6-L7) your result. 4. Submit a [pull request](https://github.com/laserlemon/fair_dice_roll/pulls). 5. Please include photographic [evidence](https://cloud.githubusercontent.com/assets/34264/6920894/4f46d4de-d78f-11e4-8414-6c436864705e.JPG) of your roll. diff --git a/README.md b/README.md index 7310538..cb5c56a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Finally. Truly random numbers in Ruby. 1. [Fork](https://github.com/laserlemon/fair_dice_roll/fork) it. 2. Roll a die… fairly. -3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L4) your result. +3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L6-L7) your result. 4. Submit a [pull request](https://github.com/laserlemon/fair_dice_roll/pulls). 5. Please include photographic [evidence](https://cloud.githubusercontent.com/assets/34264/6920894/4f46d4de-d78f-11e4-8414-6c436864705e.JPG) of your roll.