aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTE.md b/NOTE.md
index c8c6098..88c5e55 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -12,7 +12,7 @@ Create a new post.
```
$ mkdir -p content/posts/$(date +'%Y-%m-%d')
-$ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].md
+$ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].adoc
```
## TODO