diff --git a/README.md b/README.md index be11ff2..8ae938b 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ create-rust-github-repo --name my-new-project --project-init-cmd "cargo init --l ## Features -* [x] Uses existing `gh`, `git`, `cargo` commands -* [x] Supports overrides for all commands -* [x] Supports substitutions (see help below) -* [x] Can be used as a library +* ✅ Uses existing `gh`, `git`, `cargo` commands +* ✅ Supports overrides for all commands +* ✅ Supports substitutions (see help below) +* ✅ Can be used as a library ## Installation diff --git a/src/lib.rs b/src/lib.rs index 9b3d955..329d6f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,10 +23,10 @@ //! //! # Features //! -//! * [x] Uses existing `gh`, `git`, `cargo` commands -//! * [x] Supports overrides for all commands -//! * [x] Supports substitutions (see help below) -//! * [x] Can be used as a library +//! * ✅ Uses existing `gh`, `git`, `cargo` commands +//! * ✅ Supports overrides for all commands +//! * ✅ Supports substitutions (see help below) +//! * ✅ Can be used as a library use std::collections::HashMap; use std::env::{current_dir, current_exe};