README.md in Charu-0.0.4 vs README.md in Charu-0.0.6
- old
+ new
@@ -20,28 +20,31 @@
$ gem install Charu
## Usage
-初期化
+### 初期化
```
-changelogmemo = Charu::ChangeLogMemo.new(file_path)
+./CharuConfig/CharuConfig.rb
```
+設定してください。
-アイテム取得
+### テンプレート
```
-changelogmemo.get_item_sort
+./CharuConfig/template/
```
-アイテム取得逆順
+### 実行
```
-changelogmemo.get_item_sort_reverse()
+bundle exec Charu
```
-カテゴリー取得
-```
-changelogmemo.get_category_list
-```
+### ChangeLogMemoとは?
+
+[横着プログラミング 第1回: Unixのメモ技術](http://0xcc.net/unimag/1/)
+
+[Change Log メモを試してみよう](http://at-aka.blogspot.jp/p/change-log.html)
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.