From c9d7c4f21896ab89d042b691f9a93f4e45f9216a Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Fri, 12 Apr 2024 05:58:22 +0200 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec0dfb5..1198d28 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This crate provides Rust with access to the **[System Informer][github.com/sysin | Feature | Description | | --- | --- | -| [`regenerate`][github.com/src/build.rs] | Regenerated bindings from [phnt (nightly)][github.com/phnt_nightly] source code. | -| *`(default)`* | A vendored version of pre-generated bindings are used by default to improve build times. | +| [`regenerate`][github.com/src/build.rs] | Regenerate bindings from [phnt (nightly)][github.com/phnt_nightly] source code. | +| *`(default)`* | Pre-generated bindings are used for faster builds. | Crate Overview - [`ffi`][docs.rs/ffi] Bindings for [phnt (nightly)][github.com/phnt_nightly] generated by [bindgen][crates.io/bindgen]