Skip to content

Commit 81e6f41

Browse files
authored
Update README.md
1 parent ec63acb commit 81e6f41

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
@@ -3,12 +3,12 @@
33
![](https://forthebadge.com/images/badges/made-with-python.svg)
44

55
![PyPI downloads](https://img.shields.io/pypi/dm/recursion-visualiser)
6-
![Stars](https://img.shields.io/github/stars/sarangbishal/Recursion-Tree-Visualizer)
7-
![Forks](https://img.shields.io/github/forks/sarangbishal/Recursion-Tree-Visualizer)
6+
![Stars](https://img.shields.io/github/stars/Bishalsarang/Recursion-Tree-Visualizer)
7+
![Forks](https://img.shields.io/github/forks/Bishalsarang/Recursion-Tree-Visualizer)
88

99
![](https://img.shields.io/pypi/v/recursion-visualiser)
1010
![](https://img.shields.io/pypi/pyversions/recursion-visualiser)
11-
![](https://img.shields.io/github/license/sarangbishal/Recursion-Tree-Visualizer?logo=MIT)
11+
![](https://img.shields.io/github/license/Bishalsarang/Recursion-Tree-Visualizer?logo=MIT)
1212

1313
Recursion visualiser is a python tool that visualizes recursion tree with animation and draws recursion tree for recursive function.
1414
It works with almost any type of recursive function.
@@ -90,9 +90,9 @@ Here are the changes required:
9090

9191
Here is how the recursion tree looks like:
9292
Animation:
93-
![enter image description here](https://raw.githubusercontent.com/sarangbishal/Recursion-Tree-Visualizer/master/examples/fibonacci.gif)
93+
![enter image description here](https://raw.githubusercontent.com/Bishalsarang/Recursion-Tree-Visualizer/master/examples/fibonacci.gif)
9494

95-
![enter image description here](https://raw.githubusercontent.com/sarangbishal/Recursion-Tree-Visualizer/master/examples/fibonacci.png)
95+
![enter image description here](https://raw.githubusercontent.com/Bishalsarang/Recursion-Tree-Visualizer/master/examples/fibonacci.png)
9696

9797

9898
# Support:
@@ -110,4 +110,4 @@ The official documentation for recursion-visualiser is available at [https://rec
110110
- [x] Support node_color, backgroundcolor etc
111111
- [ ] Refactor
112112
- [ ] Handle base cases
113-
- [ ] Make more beautiful trees
113+
- [ ] Make more beautiful trees

0 commit comments

Comments
 (0)