README.md in embulk-output-elasticsearch_using_url-0.1.1 vs README.md in embulk-output-elasticsearch_using_url-0.1.2
- old
+ new
@@ -1,6 +1,6 @@
-# Elaasticsearch Using Url output plugin for Embulk
+# Elasticsearch Using Url output plugin for Embulk
This plugin is forked from https://github.com/ipros-team/embulk-output-elasticsearch_ruby
## Overview
* **Plugin type**: output
@@ -12,10 +12,10 @@
## Example
```yaml
out:
- type: elaasticsearch_using_url
+ type: elasticsearch_using_url
mode: normal
nodes:
- url: "http://localhost:9200"
```