Browse Source

Gender neutral README

Reduce confusion in situations where a twitter user isn't a man
Thomas Hunter II 9 years ago
parent
commit
121c7e852c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.textile

+ 1 - 1
README.textile

@@ -147,7 +147,7 @@ curl -XPUT 'http://localhost:9200/kimchy/tweet/2' -d '
 }'
 </pre>
 
-The above will index information into the @kimchy@ index, with two types, @info@ and @tweet@. Each user will get his own special index.
+The above will index information into the @kimchy@ index, with two types, @info@ and @tweet@. Each user will get their own special index.
 
 Complete control on the index level is allowed. As an example, in the above case, we would want to change from the default 5 shards with 1 replica per index, to only 1 shard with 1 replica per index (== per twitter user). Here is how this can be done (the configuration can be in yaml as well):