1
0
mirror of https://github.com/actix/actix-website synced 2025-06-30 00:34:58 +02:00

Merge pull request #14 from dhodder/master

Fix minor typo
This commit is contained in:
Nikolay Kim
2018-05-28 06:57:47 -07:00
committed by GitHub

View File

@ -34,7 +34,7 @@ Development version:
```ini
[dependencies]
actix-web = { git = "https://github.com/actix/actix-web }
actix-web = { git = "https://github.com/actix/actix-web" }
```
# Diving In