Skip to content

Commit 2fe2dd2

Browse files
committed
Fixed misspelling in README.md
1 parent 4dc91a4 commit 2fe2dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We should avoid this kind of code because it can lead to some really confusing a
6464
That is when it comes in play Ax, it helps you to call your async calls in a linear way giving the impression that you were running synchronous calls:
6565

6666
```swift
67-
import AX
67+
import Ax
6868

6969
var dataFromTask1 = 0
7070
var dataFromTask2 = 0

0 commit comments

Comments
 (0)