From 97be0b3a19d7b8476663c9b16148c4dfd9783cfe Mon Sep 17 00:00:00 2001 From: Alexander Grafov Date: Fri, 16 Dec 2016 22:44:13 +0300 Subject: [PATCH] Fix the var name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8837ca..dd9f208 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,14 @@ compiler as `go run *.go` so any sources from the snippet directory will be incl #+ORGTBL: SEND vars orgtbl-to-gfm | Function name | Description | |----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. | +| `go-playground-ask-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. | | `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. | | `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. | --> | Function name | Description | |---|---| -| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. | +| `go-playground-ask-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. | | `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. | | `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |