Skip to content

Commit

Permalink
Fixed titles in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mast committed Jun 28, 2020
1 parent aa3c16c commit 1f39f27
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 @@ -145,7 +145,7 @@ In this case, don't pass `publicKey` and `privateKey` parameters to message prov

You will have to set `url` parameter though to the one which is configured on your reverse proxy. Library will use it to send to Telegram in setWebhook method (this is done internally after you call `api.start()` method).

## Deal with HTTPs inside provider
### Deal with HTTPs inside provider

If you don't want to use reverse proxy or deal with domain names, you can configure HTTPs to be used inside the library. Also Telegram works pretty well with self-signed certificates, so you don't even have to worry about purchasing your certificate.

Expand Down

0 comments on commit 1f39f27

Please sign in to comment.