Skip to content

Commit 776a266

Browse files
chore: fix README.md formatting and line wrapping
Co-Authored-By: [email protected] <[email protected]>
1 parent 35ea0a7 commit 776a266

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ yarn add @lit-protocol/lit-node-client
4646

4747
# Packages
4848

49-
📝 If you're looking to use the Lit SDK, you're probably all set with just the lit-node-client <link>. <br/>Get started with interacting with Lit network!
49+
📝 If you're looking to use the Lit SDK, you're probably all set with just the lit-node-client. <br/>Get started with interacting with Lit network!
5050

5151
<!-- autogen:package:start -->
5252

@@ -55,7 +55,7 @@ yarn add @lit-protocol/lit-node-client
5555
| [@lit-protocol/lit-node-client-nodejs](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/lit-node-client-nodejs) | ![lit-node-client-nodejs](https://img.shields.io/badge/-nodejs-2E8B57 'lit-node-client-nodejs') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/lit-node-client-nodejs"><img src="https://img.shields.io/npm/v/@lit-protocol/lit-node-client-nodejs"/></a> |
5656
| [@lit-protocol/lit-node-client](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/lit-node-client) | ![lit-node-client](https://img.shields.io/badge/-universal-8A6496 'lit-node-client') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/lit-node-client"><img src="https://img.shields.io/npm/v/@lit-protocol/lit-node-client"/></a> |
5757

58-
If you're a tech-savvy user and wish to utilize only specific submodules that our main module relies upon, you can find individual packages listed below. This way, you can import only the necessary packages that cater to your specific use case::
58+
If you're a tech-savvy user and wish to utilize only specific submodules that our main module relies upon, you can find individual packages listed below. This way, you can import only the necessary packages that cater to your specific use case:
5959

6060
| Package | Category | Download |
6161
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -246,7 +246,8 @@ You must have at least nodejs v18 to do this.
246246

247247
2. Build all the packages with `yarn build`
248248

249-
3. Run the unit tests with `yarn test:unit` & e2e node tests `yarn test:local` locally & ensure that they pass
249+
3. Run the unit tests with `yarn test:unit` & e2e node tests `yarn test:local` locally &
250+
ensure that they pass
250251

251252
4. Update the docs with `yarn gen:docs --push`
252253

0 commit comments

Comments
 (0)