Skip to content

Commit 413c53b

Browse files
Fix download link for ada.h in README.md (#1011)
1 parent 651e6af commit 413c53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Linux or macOS users might follow the following instructions if they have a rece
6969
1. Pull the library in a directory
7070
```
7171
wget https://github.com/ada-url/ada/releases/download/v3.0.0/ada.cpp
72-
wget https://github.com/ada-url/ada/releases/download/v3.0.00/ada.h
72+
wget https://github.com/ada-url/ada/releases/download/v3.0.0/ada.h
7373
```
7474
2. Create a new file named `demo.cpp` with this content:
7575
```C++
@@ -351,4 +351,4 @@ Our tests include third-party code and data. The benchmarking code includes thir
351351
## Stars
352352

353353

354-
[![Star History Chart](https://api.star-history.com/svg?repos=ada-url/ada&type=Date)](https://www.star-history.com/#ada-url/ada&Date)
354+
[![Star History Chart](https://api.star-history.com/svg?repos=ada-url/ada&type=Date)](https://www.star-history.com/#ada-url/ada&Date)

0 commit comments

Comments
 (0)