Skip to content

Commit

Permalink
fix more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Oct 31, 2023
1 parent 6337b81 commit e76dff0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

Build full-featured CLI prompts in GoLang.

A SQL prompt demo with most of the major features in play:
Demo of a SQL Prompt with the major features in play:

<img src="prompt/demo.gif" alt="Demo"/>
<img src="examples/prompt/sql/demo.gif" alt="Demo"/>

## Features

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ library and provides a simpler interface to deal with the input:
* Mouse-clicks and motion
* Window/terminal resizes

Example code can be found [here](/examples/input). Sample output:
Example code can be found [here](/examples/input). Output:

<img src="demo.png" alt="Demo" />
<img src="../examples/input/output.png" alt="Example Output" />
4 changes: 2 additions & 2 deletions powerline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Generate Powerline-like prompts in GoLang.
* Auto-adjust and auto-remove segments to meet terminal width limitations
* Usable as header and/or prefix for the Prompt

Example code can be found [here](/examples/powerline). Sample output:
Example code can be found [here](/examples/powerline). Output:

<img src="demo.png" alt="Demo" />
<img src="../examples/powerline/output.png" alt="Example Output" />

0 comments on commit e76dff0

Please sign in to comment.