fix typos
This commit is contained in:
parent
8f08fd5a94
commit
7ad1ffdfdc
10
README.md
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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user