Skip to content

Commit 3f56726

Browse files
authored
chore: change repo name
1 parent 342d7b1 commit 3f56726

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688903694/algorithm-visualizer/Logo_with_shadow_cjqli2.png" width="300px">
2+
<img src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688903694/algorithms-visualizer/Logo_with_shadow_cjqli2.png" width="300px">
33
</p>
44

55
<h1 align="center">Algorithms Visualizer</h1>
@@ -23,29 +23,29 @@
2323
<p align="center"><b>Depth-first Search</b></p>
2424
<p align="center">
2525
<img
26-
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/dfs_zgzavb.png"
26+
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithms-visualizer/dfs_zgzavb.png"
2727
alt="Visualization of Depth-first Search algorithm" width="600px">
2828
<p align="center">
2929

3030
<p align="center"><b>Dijkstra's algorithm</b></p>
3131
<p align="center">
3232
<img
33-
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/dijkstra_mifmnz.png"
33+
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithms-visualizer/dijkstra_mifmnz.png"
3434
alt="Visualization of Dijkstra's algorithm" width="600px">
3535
<p align="center">
3636

3737
<p align="center"><b>A*</b></p>
3838
<p align="center">
3939
<img
40-
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithm-visualizer/astar_f0moqn.png"
40+
src="https://res.cloudinary.com/dh7qbp6sy/image/upload/v1688904335/algorithms-visualizer/astar_f0moqn.png"
4141
alt="Visualization of A-Star algorithm" width="600px">
4242
<p align="center">
4343

4444
## Cloning this repo
4545

4646
```bash
47-
git clone [email protected]:thanhsonng/algorithm-visualizer.git
48-
cd algorithm-visualizer
47+
git clone [email protected]:thanhsonng/algorithms-visualizer.git
48+
cd algorithms-visualizer
4949
npm install
5050
npm run dev
5151
```

0 commit comments

Comments
 (0)