Skip to content

Commit

Permalink
Updated gifs (missing version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 15, 2020
1 parent f9da5da commit dba0fcc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Binary file modified .github/IMAGES/help-command.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/IMAGES/paymail-inspector.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Paymail Inspector

[![Go](https://img.shields.io/github/go-mod/go-version/mrz1836/paymail-inspector?v=4)](https://golang.org/)
[![Build Status](https://travis-ci.com/mrz1836/paymail-inspector.svg?branch=master&v=4)](https://travis-ci.com/mrz1836/paymail-inspector)
[![Report](https://goreportcard.com/badge/github.com/mrz1836/paymail-inspector?style=flat&v=4)](https://goreportcard.com/report/github.com/mrz1836/paymail-inspector)
[![Release](https://img.shields.io/github/release-pre/mrz1836/paymail-inspector.svg?style=flat&v=4)](https://github.com/mrz1836/paymail-inspector/releases)
[![Go](https://img.shields.io/github/go-mod/go-version/mrz1836/paymail-inspector?v=5)](https://golang.org/)
[![Build Status](https://travis-ci.com/mrz1836/paymail-inspector.svg?branch=master&v=5)](https://travis-ci.com/mrz1836/paymail-inspector)
[![Report](https://goreportcard.com/badge/github.com/mrz1836/paymail-inspector?style=flat&v=5)](https://goreportcard.com/report/github.com/mrz1836/paymail-inspector)
[![Release](https://img.shields.io/github/release-pre/mrz1836/paymail-inspector.svg?style=flat&v=5)](https://github.com/mrz1836/paymail-inspector/releases)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://godoc.org/github.com/mrz1836/paymail-inspector?status.svg&style=flat)](https://pkg.go.dev/github.com/mrz1836/paymail-inspector?tab=subdirectories)

> **paymail-inspector** is a CLI app for interacting with paymail service providers
<img src=".github/IMAGES/paymail-inspector.gif?raw=true&v=4" alt="Paymail Commands">
<img src=".github/IMAGES/paymail-inspector.gif?raw=true&v=5" alt="Paymail Commands">

## Table of Contents
- [Installation](#installation)
Expand Down
18 changes: 9 additions & 9 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Below are some examples using the **paymail** cli app
```bash
$ paymail
```
<img src="../.github/IMAGES/help-command.gif?raw=true&v=4" alt="Help Command">
<img src="../.github/IMAGES/help-command.gif?raw=true&v=5" alt="Help Command">

Global flags for the entire application [(view command specs)](commands/paymail.md)
```
Expand All @@ -22,7 +22,7 @@ ___
```bash
$ paymail brfc list
```
<img src="../.github/IMAGES/brfc-list-command.gif?raw=true&v=4" alt="BRFC List Command">
<img src="../.github/IMAGES/brfc-list-command.gif?raw=true&v=5" alt="BRFC List Command">

Custom flags for the brfc:list command [(view command specs)](commands/paymail_brfc.md)
```
Expand All @@ -36,7 +36,7 @@ ___
```bash
$ paymail brfc generate --title "BRFC Specifications" --author "andy (nChain)" --version 1
```
<img src="../.github/IMAGES/brfc-generate-command.gif?raw=true&v=4" alt="BRFC Generate Command">
<img src="../.github/IMAGES/brfc-generate-command.gif?raw=true&v=5" alt="BRFC Generate Command">

Custom flags for the brfc:generate command [(view command specs)](commands/paymail_brfc.md)
```
Expand All @@ -52,7 +52,7 @@ ___
```bash
$ paymail brfc search nChain
```
<img src="../.github/IMAGES/brfc-search-command.gif?raw=true&v=4" alt="BRFC Search Command">
<img src="../.github/IMAGES/brfc-search-command.gif?raw=true&v=5" alt="BRFC Search Command">

Custom flags for the brfc:search command [(view command specs)](commands/paymail_brfc.md)
```
Expand All @@ -66,7 +66,7 @@ ___
```bash
$ paymail capabilities moneybutton.com
```
<img src="../.github/IMAGES/capabilities-command.gif?raw=true&v=4" alt="Capabilities Command">
<img src="../.github/IMAGES/capabilities-command.gif?raw=true&v=5" alt="Capabilities Command">

Custom flags for the capabilities request [(view command specs)](commands/paymail_capabilities.md)
```
Expand All @@ -79,7 +79,7 @@ ___
```bash
$ paymail p2p [email protected]
```
<img src="../.github/IMAGES/p2p-command.gif?raw=true&v=4" alt="P2P Command">
<img src="../.github/IMAGES/p2p-command.gif?raw=true&v=5" alt="P2P Command">

Custom flags for the p2p command [(view command specs)](commands/paymail_p2p.md)
```
Expand All @@ -93,7 +93,7 @@ ___
```bash
$ paymail resolve [email protected]
```
<img src="../.github/IMAGES/resolve-command.gif?raw=true&v=4" alt="Resolve Command">
<img src="../.github/IMAGES/resolve-command.gif?raw=true&v=5" alt="Resolve Command">

Custom flags for the resolve command [(view command specs)](commands/paymail_resolve.md)
```
Expand All @@ -113,7 +113,7 @@ ___
```bash
$ paymail validate moneybutton.com
```
<img src="../.github/IMAGES/validate-command.gif?raw=true&v=4" alt="Validate Command">
<img src="../.github/IMAGES/validate-command.gif?raw=true&v=5" alt="Validate Command">

Custom flags for the validation command [(view command specs)](commands/paymail_validate.md)
```
Expand All @@ -135,7 +135,7 @@ ___
```bash
$ paymail verify [email protected] 02ead23149a1e33df17325ec7a7ba9e0b20c674c57c630f527d69b866aa9b65b10
```
<img src="../.github/IMAGES/verify-command.gif?raw=true&v=4" alt="Verify Command">
<img src="../.github/IMAGES/verify-command.gif?raw=true&v=5" alt="Verify Command">

Custom flags for the verify command [(view command specs)](commands/paymail_verify.md)
```
Expand Down

0 comments on commit dba0fcc

Please sign in to comment.