Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/client-config-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Finally, build a ClientConfig or CoreClientConfig to pass to the PolywrapClient

A complete example using all or most of the available methods.

```typescript=
```typescript
// init
const builder = new ClientConfigBuilder();

Expand Down Expand Up @@ -607,4 +607,4 @@ export function getConfig(): BuilderConfig {

return builder.config;
}
```
```