Skip to content

Commit f160a52

Browse files
committed
renew profile
1 parent fe84062 commit f160a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Theory analysis and code implementation of common array sorting algorithms.
77
First, You need to click the [`fork`](https://github.com/linjing-lab/sorting-algorithms/fork) button to create your own sub repository, or use the following command to synchronize the repository to the local folder:
88

99
```git
10-
git clone https://github.com/linjing-lab/sorting-algorithms
10+
git clone https://github.com/linjing-lab/sorting-algorithms.git
1111
```
1212

1313
Second, I have put different implemented versions of various sorting algorithms in the [`galley`](./docs/galley/) folder, everyone can import it with the underlying command:

0 commit comments

Comments
 (0)