Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Jan 8, 2024
1 parent 4b48cbe commit 99bc2e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
types: [opened, synchronize]

env:
env:
CARGO_TERM_COLOR: always

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"
readme = "README.md"
authors = ["wadackel <[email protected]>"]
keywords = ["cli", "ask", "prompt", "interactive", "console", "cui"]
keywords = ["cli", "ask", "prompt", "interactive", "console"]
categories = ["command-line-interface", "command-line-utilities"]
repository = "https://github.com/wadackel/promptuity"
homepage = "https://github.com/wadackel/promptuity"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ If you want to see more examples, please refer to the [examples](./examples/) di

## Documentation

Please refer to the [documentation](#).
Please refer to the [documentation](https://docs.rs/promptuity).

## Prompts

[promptuity::prompts](#) offers five built-in prompts.
To implement your original prompt, please see the [Build your own Prompt](#) section.
To implement your original prompt, please see the [Build your own Prompt](#build-your-own-prompt) section.

### Input

Expand Down Expand Up @@ -161,7 +161,7 @@ let color = p.prompt(
## Themes

Promptuity offers two different built-in themes.
To implement your original Theme, please see the [Build your own Theme](#) section.
To implement your original Theme, please see the [Build your own Theme](#build-your-own-theme) section.

### MinimalTheme

Expand Down

0 comments on commit 99bc2e3

Please sign in to comment.