From 70a1fe923e02bd9f3bace1d15ba1717b99a65c7c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 12 Dec 2015 22:18:18 +0000 Subject: [PATCH] syntax fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab11c2f..4c03b19 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ look at the wrapper `backend-python.js`. // cb(null, null) when the registration is successful, but fetch still needs to be called // cb(null, cert /*see above*/) if registration can easily return the same as fetch } +} ``` #### bkDefualts