From a9cff1d8dab77faa3d19c71bfd3e955b4835d2c2 Mon Sep 17 00:00:00 2001 From: read with ai Date: Wed, 8 Jan 2025 05:11:27 +0100 Subject: [PATCH] Update README.md casing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb71eb..38eb7f4 100644 --- a/README.md +++ b/README.md @@ -189,9 +189,9 @@ It uses the [shell-quote](https://github.com/ljharb/shell-quote) library by ljha At runtime, it binds against [dataview](https://blacksmithgu.github.io/obsidian-dataview/) by blacksmithg if you use dataview functionality. This is under an MIT license. -This plugin is highly influenced by [Emacs](https://www.gnu.org/software/emacs/) (as are most text editors). +This plugin is highly influenced by [Emacs](https://www.gnu.org/software/emacs/) (as are most text editors and a lot of software). -This code exposes and wraps the [Obsidian plugin api](https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin) - as all plugins do - but Plugin REPL does this in a rather more direct / turing-complete way. +This code exposes and wraps the [Obsidian plugin API](https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin) - as all plugins do - but Plugin REPL does this in a rather more direct / turing-complete way. ## About me *If you are interesting in this you might be interested in my [obsidian cookbook](https://medium.com/@readwithai/youtube-shorts-introduction-to-obsidian-56bd01506fa0).*