Skip to content

Commit 9b867d2

Browse files
committed
Add src/utils entrypoint in README.md
1 parent ca95c3d commit 9b867d2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,13 @@ client.startClient();
185185

186186
As well as the primary entry point (`matrix-js-sdk`), there are several other entry points which may be useful:
187187

188-
| Entry point | Description |
189-
| ------------------------------ | --------------------------------------------------------------------------------------------------- |
188+
| Entry point | Description |
189+
| ------------------------------ |---------------------------------------------------------------------------------------------------|
190190
| `matrix-js-sdk` | Primary entry point. High-level functionality, and lots of historical clutter in need of a cleanup. |
191-
| `matrix-js-sdk/lib/crypto-api` | Cryptography functionality. |
192-
| `matrix-js-sdk/lib/types` | Low-level types, reflecting data structures defined in the Matrix spec. |
193-
| `matrix-js-sdk/lib/testing` | Test utilities, which may be useful in test code but should not be used in production code. |
191+
| `matrix-js-sdk/lib/crypto-api` | Cryptography functionality. |
192+
| `matrix-js-sdk/lib/types` | Low-level types, reflecting data structures defined in the Matrix spec. |
193+
| `matrix-js-sdk/lib/testing` | Test utilities, which may be useful in test code but should not be used in production code.
194+
| `matrix-js-sdk/lib/utils` | Standalone functions and their types |
194195

195196
## Examples
196197

0 commit comments

Comments
 (0)