We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877654f commit a61318fCopy full SHA for a61318f
1 file changed
README.md
@@ -27,7 +27,7 @@ bundle exec smithy-ruby smith client --gem-name weather --gem-version 1.0.0 --de
27
### IRB
28
IRB on `weather` gem:
29
```
30
-irb -I projections/weather/lib -I gems/smithy-client/lib -I gems/smithy-schema/lib -r weather
+irb -I projections/weather/lib -I gems/smithy-client/lib -I gems/smithy-schema/lib -I gems/smithy-cbor/lib -r weather
31
32
33
Create a Weather client:
0 commit comments