Skip to content

Commit

Permalink
Typos in the README (#48)
Browse files Browse the repository at this point in the history
* sdlfkja

* Plural
  • Loading branch information
olivertzeng authored Oct 20, 2023
1 parent 0b9a021 commit 0ee850c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ end}
### Define your template

You need to configure the setting variable `temp_dir`.
An example configuration: `temp.temp_dir = '~/.config/nvim/template`.
An example configuration: `temp_dir = '~/.config/nvim/templates'`.
Create the directory at the location specified then proceed to add
template files.

As an example create the file `main_owner.go` in the `temp_dir`
directory you set (e.g. ~/.config/nvim/template/main_owner.go)
directory you set (e.g. ~/.config/nvim/templates/main_owner.go)

Nested folders are also supported (e.g. ~/.config/nvim/template/rust/http.rs)
Nested folders are also supported (e.g. ~/.config/nvim/templates/rust/http.rs)

```go
// Copyright {{_date_}} {{_author_}}. All rights reserved.
Expand Down

0 comments on commit 0ee850c

Please sign in to comment.