From 3c1436370665e1dab5f5552a2c45794bb4b23d91 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 28 Feb 2020 09:44:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02a5d83..dfcb6f5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ let val: ErrReport = get_optional_val.ok_or_else(|| eyre!("failed to get value)) ``` [ErrReport]: https://docs.rs/eyre/1.0/eyre/struct.ErrReport.html [actions-badge]: https://github.com/yaahc/eyre/workflows/Continuous%20integration/badge.svg -[actions-url]:https://github.com/yaahc/eyre/actions?query=workflow%3A"Continuous+Integration" +[actions-url]: https://github.com/yaahc/eyre/actions?query=workflow%3A%22Continuous+integration%22 ## Customization