Skip to content

Commit

Permalink
Update README.rst (#20)
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
irwincong authored Jun 15, 2020
1 parent 7216590 commit 23d4b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To query the list of available reports:
$ centrifuge reports list
Under the hood the Centrifuge CLI is using python Pandas data frames to report
the results to the user. Since the API is json, which has heirarchical structure
the results to the user. Since the API is json, which has hierarchical structure
to it, we have chosen to flatten all the results into a column/row format for
viewing inside of a terminal or for importing into spreadsheets, etc. However
the cli can also output CSV, and the original json results. For example:
Expand All @@ -60,7 +60,7 @@ JSON:
$ centrifuge --outfmt=json reports list
When generating the human-readable Pandas output or when genering CSV you have
When generating the human-readable Pandas output or when generating CSV you have
the option of choosing which columns you wish to export. For example, to display
only the original filename and model number of the firmware that was uploaded:

Expand Down

0 comments on commit 23d4b9b

Please sign in to comment.