Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxMonzo authored Feb 10, 2020
1 parent ead275d commit 388edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ import { WSDL } from 'soap';
import { IProspectType } from './types';

// A WSDL in a string.
const WSSDL_CONTENT = "...";
const WSDL_CONTENT = "...";

const httpClient: AxiosInstance = /* ... instantiate ... */;
const url = 'http://example.org/SoapService.svc';
Expand Down

0 comments on commit 388edbf

Please sign in to comment.