Skip to content

Commit 7704260

Browse files
authored
Merge pull request #46 from polywrap/dOrgJelli-patch-1
Update client-config-builder README.md
2 parents d354d77 + e6c098c commit 7704260

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)