Skip to content

Commit eb00ee4

Browse files
chore: easier to read examples in README.md (#240)
1 parent fd54e32 commit eb00ee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ Due to limitations with the Sorbet type system, where a method otherwise can tak
161161
Please follow Sorbet's [setup guides](https://sorbet.org/docs/adopting) for best experience.
162162

163163
```ruby
164-
params = Orb::Models::CustomerCreateParams.new(email: "example-customer@withorb.com", name: "My Customer")
164+
params =
165+
Orb::Models::CustomerCreateParams.new(email: "example-customer@withorb.com", name: "My Customer")
165166

166167
orb.customers.create(**params)
167168
```

0 commit comments

Comments
 (0)