Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Murphy committed Mar 18, 2021
1 parent 20c6872 commit 2edcb7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ We recommend using environment variables or other config that is not in your rep

Use methods on the provided client

let r = domo.list_datasets(limit, offset).await.unwrap();
let r = domo.list_datasets(limit, offset).await.unwrap();


Domo CLI
Expand All @@ -89,6 +89,12 @@ You can use the env flag DOMO_EDITOR to override which editor is used:
Updates
===

2021-03-17 Version 0.3.2
---

* Updated libraries to latest
* Cleaned up clippy lint suggestions

2021-01-31 Version 0.3.1
---

Expand Down

0 comments on commit 2edcb7d

Please sign in to comment.