Skip to content

Commit bc9989c

Browse files
chore: use fully qualified name in sorbet README example (#89)
1 parent 369e17b commit bc9989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

135135
```ruby
136-
model = DirectoryListParams.new
136+
model = FinchAPI::Models::HRIS::DirectoryListParams.new
137137

138138
finch.hris.directory.list(**model)
139139
```

0 commit comments

Comments
 (0)