Skip to content

Commit 0207f9a

Browse files
authored
Update README.md
1 parent 11f2ce4 commit 0207f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Dlang core library for math, finance and a home for Dlang multidimensional array
2727
#### Example (3 sec)
2828
```d
2929
/+dub.sdl:
30-
dependency "mir-algorithm" version="~>0.9.1"
30+
dependency "mir-algorithm" version="~>2.0.0"
3131
+/
3232
3333
void main()
@@ -47,12 +47,12 @@ void main()
4747
}
4848
```
4949

50-
[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/is/MV5tPC)
50+
[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/is/Lmd70U)
5151

5252
#### Example (30 sec)
5353
```d
5454
/+dub.sdl:
55-
dependency "mir-algorithm" version="~>1.1.1"
55+
dependency "mir-algorithm" version="~>2.0.0"
5656
+/
5757
void main()
5858
{
@@ -84,7 +84,7 @@ void main()
8484
}
8585
```
8686

87-
[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/gist/d98bdea7310ad7bd82731fe12ed892ea)
87+
[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/is/juePet)
8888

8989
### Our sponsors
9090

0 commit comments

Comments
 (0)