Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Oct 30, 2015
1 parent 1d6ea5e commit 6bda7ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ $ aozora2html foo.txt foo.html

こうすると、青空文庫記法で書かれたfoo.txtをfoo.htmlに変換します。

また、青空文庫サイトで配布している、中にテキストファイルが同梱されているzip形式のファイルも変換できます。

```
$ aozora2html foo.zip foo.html
```


## テスト

テストも追加しています。テストは以下のように実行します。
Expand All @@ -42,6 +49,10 @@ $ bundle install
$ rake test
```

## 更新履歴

主な更新履歴は[CHANGELOG.md](CHANGELOG.md)にあります。

## License

CC0
Expand Down

0 comments on commit 6bda7ff

Please sign in to comment.