From b9cf6e5a8af905530ed698247662be56dfd72ea2 Mon Sep 17 00:00:00 2001 From: Marco Russo Date: Mon, 25 Apr 2022 09:35:24 +0200 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1036ff0..8795fba 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DAX Formatter is a service available at https://www.daxformatter.com. The service receives DAX expressions and format them according to rules for [DAX code formatting](https://www.sqlbi.com/articles/rules-for-dax-code-formatting/). -The NuGet package contains a client library to invoke the serivce from your .NET application. +The NuGet package contains a client library to invoke the service from your .NET application. All the requests are designed to be asynchronous. You should minimize the requests made to the service: to format multiple expressions, use a single API call providing the `DaxFormatterMultipleRequest` structure.