From eeddba84df3655f571d345e20692f141c82a918c Mon Sep 17 00:00:00 2001 From: David Cook Date: Sat, 25 Mar 2017 17:45:59 -0500 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e39e5d..94151ee 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ client.excluded?(duns: '080037478') ### Verify Vendor is a small business ```ruby -client.small_business?(duns: '080037478') +client.get_vendor_summary(duns: '080037478')[:small_business] #=> false ``` @@ -253,10 +253,10 @@ client.get_sam_status(duns: ) In your Gemfile: ```ruby -gem 'samwise', github: '18f/samwise' +gem 'samwise' ``` -### Coming Soon +At the command line: ``` $ gem install samwise