summaryrefslogtreecommitdiff
path: root/editor/actions/to_markdown.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/to_markdown.ml')
-rwxr-xr-xeditor/actions/to_markdown.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/actions/to_markdown.ml b/editor/actions/to_markdown.ml
index f3c6517..1920219 100755
--- a/editor/actions/to_markdown.ml
+++ b/editor/actions/to_markdown.ml
@@ -246,7 +246,7 @@ module ToMarkdown = struct
type t = PM.t
- let update
+ let process
: t -> State.t -> State.t
= fun pm state ->
@@ -291,4 +291,4 @@ end
let create
: PM.t -> App.event
= fun pm ->
- App.ev (module ToMarkdown) pm
+ App.dispatch (module ToMarkdown) pm