Skip to content

Commit

Permalink
Update readme with example gif
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Nov 27, 2023
1 parent 3ba0da8 commit bf39b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A simple editor package for Golang CLIs. Similar to `kubectl patch`.

![](img/example-edit.gif)

## Usage

This repo is meant to be used as a package for other Golang CLI projects.
Expand Down
2 changes: 1 addition & 1 deletion examples/cats.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{"cats":[
{"name":"Qubit", "parent":"Brian"},
{"name":"Turtle", "parent":"Julianna"},
{"name":"BatCat", "parent":"John"}
{"name":"BatCat", "parent":"Brian"}
]}
Binary file added img/example-edit.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf39b10

Please sign in to comment.