Skip to content

Commit cdf57bf

Browse files
committed
document more clearly
1 parent 4558fa4 commit cdf57bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ $ bundle exec tdiary-mongodb-convert -s ./lib/tdiary/style -m $MONGODB_URI $DATA
4747

4848
### Note
4949

50-
If you use BlogRD style, append `gem 'tdiary-style-rd'` to Gemfile and run `bundle`.
50+
If you use the style provided by an external gem (like GFM style), append the gem to Gemfile and run `bundle`.
51+
52+
```
53+
gem 'tdiary-style-gfm'
54+
gem 'tdiary-style-etdiary'
55+
gem 'tdiary-style-rd
56+
```
5157

5258
### See also
5359

0 commit comments

Comments
 (0)