2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-05 16:20:44 +00:00

syntax highlighting

This commit is contained in:
AJ ONeal 2015-12-12 22:17:32 +00:00
parent 4c75faf0f6
commit 7e65fd31d8

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'