syntax highlighting

This commit is contained in:
AJ ONeal 2015-12-12 22:17:32 +00:00
parent 4c75faf0f6
commit 7e65fd31d8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Usage Examples
Here's a small snippet:
```
```javascript
le.register({
domains: ['example.com', 'www.example.com']
, email: 'user@example.com'
@ -165,7 +165,7 @@ server.on('request', app);
Get certificates for a domain
Example:
```
```javascript
le.register({
domains: ['example.com', 'www.example.com']
, email: 'user@example.com'