diff --git a/README.md b/README.md index be816b0..1bec424 100644 --- a/README.md +++ b/README.md @@ -43,21 +43,25 @@ This will produce following: ![example](example/gifs/simple.gif) - source code: [example/simple/main.go](example/simple/main.go) + +The source code: [example/simple/main.go](example/simple/main.go) ### Removing bar ![example](example/gifs/remove.gif) + The source code: [example/remove/main.go](example/remove/main.go) ### Sorting bars by progress ![example](example/gifs/sort.gif) + The source code: [example/sort/main.go](example/sort/main.go) ### Multiple io ![example](example/gifs/io-multiple.gif) + The source code: [example/io/multiple/main.go](example/io/multiple/main.go) ## Installation