summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-12-07 07:55:57 +0100
committerHarald Musum <musum@oath.com>2018-12-07 07:55:57 +0100
commit82e863e3e891306b1f87a4d3352bc5413d5437a7 (patch)
treee02f9e6dcc05c0f10e1531d1bf6ae9986aa6abf3 /README.md
parent1dde634c20695af0cb5e90e1d97d2339c90e5495 (diff)
Fix some typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5f9d6a0550d..c07b8d5e45a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
The big data serving engine - Store, search, rank and organize big data at user serving time.
Vespa is an engine for low-latency computation over large data sets.
-It stores and indexes your data and executes distributes queries including evaluation of
+It stores and indexes your data and executes distributed queries including evaluation of
machine-learned models over many data points in real time.
Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms.
@@ -21,12 +21,12 @@ Travis-CI build status: [![Build Status](https://travis-ci.org/vespa-engine/vesp
## Background
-Use cases such and search, recommendation and personalization need to select a subset of data in a large corpus,
+Use cases such as search, recommendation and personalization need to select a subset of data in a large corpus,
evaluate machine-learned models over the selected data, organize and aggregate it and return it, typically in less
than 100 milliseconds, all while the data corpus is continuously changing.
This is hard to do, especially with large corpuses that needs to be distributed over multiple nodes and evaluated in
-parallel. Vespa is is a platform which performs these operations for you. It has been in development for many years
+parallel. Vespa is a platform which performs these operations for you. It has been in development for many years
and is used on a number of large internet services and apps which serve hundreds of thousands of queries from
Vespa per second.