Skip to content

Commit

Permalink
display images in elm package docs
Browse files Browse the repository at this point in the history
resize the terminology image to get it to 600px width
  • Loading branch information
harrysarson committed Feb 16, 2020
1 parent acdb995 commit 113d09f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ terms can vary across different standards. For example, posix uses the term
`option` for what this library calls a `keyword argument`. I chose these terms
because I found them to be the most intuitive and unambiguous.

<img src="https://raw.githubusercontent.com/dillonkearns/elm-cli-options-parser/master/terminology.png" alt="Terminology Legend" width="600px"/>
![Terminology Legend](https://raw.githubusercontent.com/dillonkearns/elm-cli-options-parser/master/terminology.png)

## Some Inspiration for this package

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Option.elm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Cli.Option exposing

{-| Here is the terminology used for building up Command-Line parsers with this library.
<img src="https://raw.githubusercontent.com/dillonkearns/elm-cli-options-parser/master/terminology.png" alt="Terminology Legend" width="600px"/>
![Terminology Legend](https://raw.githubusercontent.com/dillonkearns/elm-cli-options-parser/master/terminology.png)
See the README and the [`examples`](https://github.com/dillonkearns/elm-cli-options-parser/tree/master/examples/src) folder for more in-depth examples of building
and using `Cli.Option`s.
Expand Down
Binary file modified terminology.png
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 113d09f

Please sign in to comment.