Skip to content

Commit

Permalink
Fixed Documentation Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicsArchiver committed Jun 28, 2022
1 parent d4f8d37 commit d08c492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kia.succeed("Action completed");
```

More thorough examples are available in the
[examples folder](https://github.com/HarryPeach/kia/tree/master/examples)
[examples folder](Examples)

## API

Expand Down Expand Up @@ -67,7 +67,7 @@ The text to display after the spinner
##### color

Type:
[Color](https://github.com/HarryPeach/kia/blob/8fb27cbd0bb4ef08ad26124d4a6e4f2ba2dc0c5c/util.ts#L6)
[Color](Source/util.ts)

Default: "white"

Expand All @@ -77,7 +77,7 @@ the Deno standard colors.
##### spinner

Type:
[Spinner](https://github.com/HarryPeach/kia/blob/8fb27cbd0bb4ef08ad26124d4a6e4f2ba2dc0c5c/spinners.ts#L1)
[Spinner](Source/spinners.ts)

Default: Dependent on OS (See below)

Expand Down

0 comments on commit d08c492

Please sign in to comment.