From 3e99ffe692f7aac12103b9f3488007b987dc1875 Mon Sep 17 00:00:00 2001 From: Trevor Goodyear Date: Mon, 4 Jul 2016 13:00:17 -0400 Subject: [PATCH] Update README.md to fix typo: scrypt -> script --- dnsapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index 01d8314c..ec8ce6d6 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -72,7 +72,7 @@ If your api is not supported yet, you can write your own dns api. Let's assume you want to name it 'myapi', 1. Create a bash script named `~/.acme.sh/dns_myapi.sh`, -2. In the scrypt, you must have a function named `dns_myapi_add()`. Which will be called by acme.sh to add dns records. +2. In the script, you must have a function named `dns_myapi_add()`. Which will be called by acme.sh to add dns records. 3. Then you can use your api to issue cert like: ```