branch: externals/tomelr commit 83e924559eb79effcfdad2737c6efa06c9ff0caf Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
chore(doc): Fix typo --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index d24eb3ff3b..6c03b754b0 100644 --- a/README.org +++ b/README.org @@ -8,8 +8,8 @@ [[https://github.com/kaushalmodi/tomelr/actions][https://github.com/kaushalmodi/tomelr/actions/workflows/test.yml/badge.svg]] [[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPL%20v3-blue.svg]] * Installation -Clone this repo, have ~baser.el~ in the ~load-path~ and ~(require -'baser)~. +Clone this repo, have ~tomelr.el~ in the ~load-path~ and ~(require +'tomelr)~. * Specification and Conversion Examples Below examples are shown on how S-expressions get translated to various TOML object types.