README.md in fluent-plugin-sforce-0.0.4 vs README.md in fluent-plugin-sforce-0.0.5

- old
+ new

@@ -27,17 +27,21 @@ username test@example.com password hogefuga query SELECT id, Body FROM FeedItem polling_interval 60 # topic AllMessages + # version 43.0 + # login_endpoint test.salesforce.com </source> ``` -username : Salesforce Username for exporting data. -password : Salesforce User's Password. -query : SOQL Query. -polling_interval : Query Interval Time. -topic : PushTopic name to subscribe. +|key|description| +|-|-| +|username|Salesforce Username for exporting data.| +|password|Salesforce User's Password.| +|query|SOQL Query.| +|polling_interval|Query Interval Time.| +|topic|PushTopic name to subscribe.| ## Contributing 1. Fork it ( https://github.com/tzmfreedom/fluent-plugin-sforce/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)