Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 73727b3

Browse files
committed
Replace link with link to wayback machine
1 parent bade931 commit 73727b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ This module has some important advantages over other modules:
1616
- **100%** test coverage
1717

1818
## Supported algorithms
19-
20-
- [Fair Dice Roll](https://www.xkcd.com/221/)
21-
- [Dilbert Oracle](https://dilbert.com/strip/2001-10-25)
19+
* [Fair Dice Roll](https://www.xkcd.com/221/)
20+
* [Dilbert Oracle](https://web.archive.org/web/20230305130209/https://dilbert.com/strip/2001-10-25)
2221

2322
## Installation
2423

@@ -27,7 +26,6 @@ npm i --save @rschmidmeister/random.js
2726
```
2827

2928
## Usage
30-
3129
```js
3230
const { fairDiceRoll, dilbertOracle } = require('@rschmidmeister/random.js')
3331
console.log(fairDiceRoll())

0 commit comments

Comments
 (0)