branch: elpa/dockerfile-mode
commit a4f8aad58109e8aa3fb39055ffe23cd5124a8fb8
Author: marketneutral <jonathan.r.lar...@gmail.com>
Commit: Drew Csillag <d...@thecsillags.com>

    FIX: make emacs lisp variable name consistent in README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9785a058fe..221fcad178 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ If you don't, you'll be prompted for an image name each time 
you build.
 You may want to add the following to your emacs config:
 
 ``` emacs-lisp
-(put 'dockerfile-image-name 'safe-local-variable #'stringp)
+(put 'docker-image-name 'safe-local-variable #'stringp)
 ```
 
 You can change the binary to use with

Reply via email to