From 5cbc08b8641dec88407b40dcea6a5d8ee525d82e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 7 Sep 2021 18:10:08 -0500 Subject: [PATCH] Fix typo Thanks u/nv-elisp :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e6990..6533d79 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ installation method. I use `straight.el`: ```lisp -(straight-get-package +(straight-use-package '(define-repeat-map :host nil :repo "https://tildegit.org/acdw/define-repeat-map.el"))