Browse Source

fix typos

master v2.1.2
AJ ONeal 5 years ago
parent
commit
7ad1ffdfdc
  1. 10
      README.md
  2. 6
      package.json

10
README.md

@ -1,8 +1,8 @@
| [letsencrypt](https://rootprojects.org/root/greenlock.js) (library)
| [letsencrypt-cli](https://rootprojects.org/root/greenlock-cli.js)
| [letsencrypt-express](https://rootprojects.org/root/greenlock-express.js)
| [letsencrypt-koa](https://rootprojects.org/root/greenlock-koa.js)
| [letsencrypt-hapi](https://rootprojects.org/root/greenlock-hapi.js)
| [letsencrypt](https://git.rootprojects.org/root/greenlock.js) (library)
| [letsencrypt-cli](https://git.rootprojects.org/root/greenlock-cli.js)
| [letsencrypt-express](https://git.rootprojects.org/root/greenlock-express.js)
| [letsencrypt-koa](https://git.rootprojects.org/root/greenlock-koa.js)
| [letsencrypt-hapi](https://git.rootprojects.org/root/greenlock-hapi.js)
|
# le-challenge-memory

6
package.json

@ -1,6 +1,6 @@
{
"name": "le-challenge-standalone",
"version": "2.1.1",
"version": "2.1.2",
"description": "An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.",
"homepage": "https://greenlock.domains/",
"main": "index.js",
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://rootprojects.org/root/acme-http-01-memory.git"
"url": "https://git.rootprojects.org/root/acme-http-01-memory.git"
},
"keywords": [
"le-challenge",
@ -24,6 +24,6 @@
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://rootprojects.org/root/acme-http-01-memory.js/issues"
"url": "https://git.rootprojects.org/root/acme-http-01-memory.js/issues"
}
}

Loading…
Cancel
Save