diff --git a/README.md b/README.md index 33976ef..80ff496 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # radius-rs [![Check](https://github.com/moznion/radius-rs/workflows/Check/badge.svg)](https://github.com/moznion/radius-rs/actions) [![crates.io](https://img.shields.io/crates/v/radius.svg)](https://crates.io/crates/radius) -An async/await native implementation of the RADIUS server and client for Rust. +An async/await native implementation of the RADIUS server and client for Rust. And this also can be used for parsing/constructing (i.e. decoding/encoding) purposes as a RADIUS library. ## Description