Skip to content

Commit a61318f

Browse files
committed
Update to include cbor
1 parent 877654f commit a61318f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bundle exec smithy-ruby smith client --gem-name weather --gem-version 1.0.0 --de
2727
### IRB
2828
IRB on `weather` gem:
2929
```
30-
irb -I projections/weather/lib -I gems/smithy-client/lib -I gems/smithy-schema/lib -r weather
30+
irb -I projections/weather/lib -I gems/smithy-client/lib -I gems/smithy-schema/lib -I gems/smithy-cbor/lib -r weather
3131
```
3232

3333
Create a Weather client:

0 commit comments

Comments
 (0)