浏览代码

Merge branch 'master' of github.com:cfenollosa/bashblog

Carlos Fenollosa 11 年之前
父节点
当前提交
8dceb6a29c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -28,9 +28,9 @@ To create your first post, just run:
 
     ./bb.sh post
     
-Or, if you prefer Markdown over HTML:
+It will try to use Markdown, if installed. To force HTML:
 
-    ./bb.sh post -m
+    ./bb.sh post -html
     
 The script will handle the rest.