Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 14, 2023
1 parent ff4dd3e commit a3e6226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A Deno module to shuffle the array's indexes.
## ✍️ Example

- ```ts
import shuffleArray from "https://raw.githubusercontent.com/hugoalh-studio/shuffle-array-deno/main/mod.ts";
import { shuffleArray } from "https://raw.githubusercontent.com/hugoalh-studio/shuffle-array-deno/main/mod.ts";
const chain = [3, 7, 25, 26, 42, 62, 71, 76, 92, 93];
shuffleArray(chain);
Expand Down

0 comments on commit a3e6226

Please sign in to comment.