diff --git a/README.md b/README.md index 290a6ea..c3c3588 100644 --- a/README.md +++ b/README.md @@ -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] ```