Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ltxlouis authored Aug 15, 2019
1 parent f8f5f49 commit a4a9be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ target_field result example
| target_field | no | Field name to write region info to, defaults to `regionip` |
| ignore_missing | no | If set to true, doc missing specified field will not throw a exception, defaults to `false`. |
| ip2region_algorithm | no |`BTREE`/`BINARY`/`MEMORY`, defaults to `MEMORY` [[link]](https://github.com/lionsoul2014/ip2region) |
| properties | no | `ip`, `country_name`, `region_name`, `city_name`, `isp_name`, default to all properties |
| properties | no | `ip`, `country_name`, `region_name`, `city_name`, `isp_name`, defaults to all properties |

## Build

```bash
gradle clean assemble
```
```

0 comments on commit a4a9be2

Please sign in to comment.