diff --git a/README.md b/README.md index 394a04d..ed9de7e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Deli is a performance modeling tool, allowing you to understand and experiment with new designs at several orders of magnitude faster than wall-clock time. -Specifically, Deli is designed to help you understand how long it takes for -'jobs' or 'requests' to complete in your system. Deli borrows concepts and +Deli is used to determine time for jobs or requests to be finished. Deli borrows concepts and terminology from [queueing theory](https://en.wikipedia.org/wiki/Queueing_theory), and is implemented as a Haskell DSL, exposing a [Go (language)](https://golang.org/) -like concurrency