From 82ba427f338a2dba777648f396f89b1d2431ec8c Mon Sep 17 00:00:00 2001 From: John Water Date: Tue, 1 Apr 2025 20:29:50 +0400 Subject: [PATCH] fix Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be7877a..9a61c60 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ as well as anything that requires non-const function calls to be computed. [![Rust](https://github.com/rust-lang-nursery/lazy-static.rs/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang-nursery/lazy-static.rs/actions/workflows/rust.yml) [![Latest version](https://img.shields.io/crates/v/lazy_static.svg)](https://crates.io/crates/lazy_static) -[![Documentation](https://docs.rs/lazy_static/badge.svg)](https://docs.rs/lazy_static) +[![Documentation]( https://img.shields.io/docsrs/lazy_static/latest)](https://docs.rs/lazy_static) [![License](https://img.shields.io/crates/l/lazy_static.svg)](https://github.com/rust-lang-nursery/lazy-static.rs#license) ## Minimum supported `rustc`