Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
marcosqlbi committed Apr 25, 2022
1 parent d436287 commit b9cf6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b9cf6e5

Please sign in to comment.