From 77673bb39da81a92dde8cbaf44caf817b7419c0f Mon Sep 17 00:00:00 2001 From: Denis Gorbachev <829578+DenisGorbachev@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:16:12 +0700 Subject: [PATCH] docs: use better checkmarks --- README.md | 8 ++++---- src/lib.rs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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};