Skip to content

Commit

Permalink
Update baseURL in example (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
GTB3NW authored Jun 16, 2022
1 parent d346259 commit dffaada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ Example usage:
```typescript
let transport = new GrpcWebFetchTransport({
baseUrl: "localhost:3000"
baseUrl: "http://localhost:3000"
});
let client = new HaberdasheryClient(transport);
Expand Down

0 comments on commit dffaada

Please sign in to comment.