aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hackmd/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hackmd/index.js')
-rw-r--r--recipes/hackmd/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/hackmd/index.js b/recipes/hackmd/index.js
index 46335da..c3d5c52 100644
--- a/recipes/hackmd/index.js
+++ b/recipes/hackmd/index.js
@@ -1,4 +1,3 @@
1// just pass through Franz
2// todo allow custom url 1// todo allow custom url
3module.exports = Franz => class HackMd extends Franz { 2module.exports = Ferdi => class HackMd extends Ferdi {
4}; 3};