Skip to content

Commit

Permalink
docs: use better checkmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Aug 5, 2024
1 parent d098b19 commit 77673bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 77673bb

Please sign in to comment.