mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
yewprint-css: fix typo in README.md
This commit is contained in:
parent
7b08851141
commit
2e541af11c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ yewprint-css = { git = "https://github.com/yewprint/yewprint.git", branch = "mai
|
|||
Then you can add this to your build process:
|
||||
|
||||
```
|
||||
yewprint_css::download_css("static/blueprint.css)?;
|
||||
yewprint_css::download_css("static/blueprint.css")?;
|
||||
```
|
||||
|
||||
## Development Environment
|
||||
|
|
Loading…
Reference in a new issue