From 18d7b26b74487c9e3a1f00494ebeffa6c8e08ab7 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sun, 11 Apr 2021 20:17:19 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a19928b..aa5f405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# default-net +[crates-badge]: https://img.shields.io/crates/v/default-net.svg +[crates-url]: https://crates.io/crates/default-net +[license-badge]: https://img.shields.io/crates/l/default-net.svg +[examples-url]: https://github.com/shellrow/default-net/tree/main/examples +# default-net [![Crates.io][crates-badge]][crates-url] ![License][license-badge] Get default network information `default-net` provides a cross-platform API for network interface and gateway. @@ -33,5 +37,5 @@ fn main(){ } ``` -For more details, see examples or doc. +For more details, see [examples][examples-url] or doc.