From 7bee25f8071e3775b6baf7c5b8200069fc310b77 Mon Sep 17 00:00:00 2001 From: shg <55463+shg@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:43:21 +0900 Subject: [PATCH] Fix capitalization --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index aa79108..0f994b5 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ Julia-vterm provides a major-mode for an inferior Julia process (or REPL) that r The functionalities required for typical REPL interaction have been implemented. While I would like to keep this package simple, suggestions are always welcome. -If you want to use Julia with [[https://orgmode.org/worg/org-contrib/babel/][Org Babel]], please consider trying [[https://github.com/shg/ob-julia-vterm.el][ob-julia-vterm]]. It uses Julia-vterm and provides a solid babel development experience with session and asynchronous execution support. +If you want to use Julia with [[https://orgmode.org/worg/org-contrib/babel/][Org Babel]], please consider trying [[https://github.com/shg/ob-julia-vterm.el][ob-julia-vterm]]. It uses julia-vterm and provides a solid babel development experience with session and asynchronous execution support. ** Installation