From 67c2f5b9085a9b709624374727d82e8b4896e168 Mon Sep 17 00:00:00 2001 From: Ramazan Sakin Date: Tue, 15 Dec 2020 11:24:07 +0300 Subject: [PATCH 1/2] Update README.md typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 394a04d..f767632 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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 -terminology from [queueing +terminology from [queuing theory](https://en.wikipedia.org/wiki/Queueing_theory), and is implemented as a Haskell DSL, exposing a [Go (language)](https://golang.org/) -like concurrency and message-passing API. @@ -31,4 +31,4 @@ documentation](docs/contributing.md). ## License -Deli is BSD3 licensed. More information is availabile in [LICENSE](LICENSE). +Deli is BSD3 licensed. More information is available in [LICENSE](LICENSE). From f2da566183fe302f775807d0966a14b9c8b157ea Mon Sep 17 00:00:00 2001 From: Ramazan Sakin Date: Tue, 15 Dec 2020 21:50:08 +0300 Subject: [PATCH 2/2] Update README.md up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f767632..6589979 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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 -terminology from [queuing +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 and message-passing API.