mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +00:00
Update README.md
This commit is contained in:
parent
6f90c5d1e6
commit
eedde9cea1
@ -361,13 +361,13 @@ console.log(results.tlsServers);
|
||||
```
|
||||
|
||||
|
||||
### Fullest Example Ever
|
||||
### All Options Exposed
|
||||
|
||||
Here's absolutely every option and function exposed
|
||||
|
||||
```
|
||||
```javascript
|
||||
var http = require('http');
|
||||
var https = require('https');
|
||||
var https = require('http2');
|
||||
var LEX = require('letsencrypt-express');
|
||||
var LE = require('letsencrypt');
|
||||
var lex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user