Update README.md

This commit is contained in:
array-in-a-matrix 2024-02-15 13:16:12 -05:00
parent 77fc47c887
commit d4e70ff254

View file

@ -58,7 +58,7 @@ Now you will be able to import and use it in your Nim code:
# imports everything
import nimbotsdk
# imports only select modules
# imports only select modules (recommemded, smaller output)
import nimbotsdk/[matrixTypes, MatrixClient]
```