Skip to content

Commit e6c098c

Browse files
authored
Update README.md
1 parent d354d77 commit e6c098c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/client-config-builder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Finally, build a ClientConfig or CoreClientConfig to pass to the PolywrapClient
6969

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

72-
```typescript=
72+
```typescript
7373
// init
7474
const builder = new ClientConfigBuilder();
7575

@@ -607,4 +607,4 @@ export function getConfig(): BuilderConfig {
607607

608608
return builder.config;
609609
}
610-
```
610+
```

0 commit comments

Comments
 (0)