syntax highlighting

This commit is contained in:
AJ ONeal 2016-08-05 03:27:16 -04:00
parent 2d647e7349
commit ebe2a1fdd2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
| [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi) | [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi)
| |
letsencrypt letsencrypt (v2)
=========== ===========
Automatic [Let's Encrypt](https://letsencrypt.org) HTTPS / TLS / SSL Certificates for node.js Automatic [Let's Encrypt](https://letsencrypt.org) HTTPS / TLS / SSL Certificates for node.js
@ -87,7 +87,7 @@ le.register(
You also need some sort of server to handle the acme challenge: You also need some sort of server to handle the acme challenge:
``` ```javascript
var app = express(); var app = express();
app.use('/', le.middleware()); app.use('/', le.middleware());
``` ```