diff --git a/docs/build.sh b/docs/build.sh index 0e109ac..38414e9 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Build and test the RustFrame user guide using mdBook. +# Build and test the Rustframe user guide using mdBook. set -e cd docs diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 96df2cd..eb23e40 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -1,6 +1,6 @@ # Introduction -Welcome to the **RustFrame User Guide**. Rustframe is a lightweight dataframe +Welcome to the **Rustframe User Guide**. Rustframe is a lightweight dataframe and math toolkit for Rust written in 100% safe Rust. It focuses on keeping the API approachable while offering handy features for small analytical or educational projects.