Skip to content

Commit

Permalink
Fixed README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
verifalia committed Oct 16, 2021
1 parent d6a2586 commit f87ca65
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 @@ -168,7 +168,7 @@ passphrase can be set via with the `passphrase` field.

```ts
const verifalia = new VerifaliaRestClient({
cert: fs.readFileSync('/home/rmontagnani/my-client-certificate.pem'),
cert: fs.readFileSync('/home/rmontagnani/my-client-certificate.pem'),
key: fs.readFileSync('/home/rmontagnani/my-client-certificate.key')
});
```
Expand Down

0 comments on commit f87ca65

Please sign in to comment.