Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit f8c0875

Browse files
committed
format files
1 parent 86bae38 commit f8c0875

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/core/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88

99
## Overview
1010

11-
`@meshtastic/core` Provides core functionality for interfacing with Meshtastic devices.
12-
Installation instructions are avaliable at [JSR](https://jsr.io/@meshtastic/core)
11+
`@meshtastic/core` Provides core functionality for interfacing with Meshtastic
12+
devices. Installation instructions are avaliable at
13+
[JSR](https://jsr.io/@meshtastic/core)
1314

1415
## Usage
1516

1617
```ts
17-
import { MeshDevice } from '@meshtastic/core';
18+
import { MeshDevice } from "@meshtastic/core";
1819

1920
// Transport if provided by one of the available transport adapters
2021
const device = new MeshDevice(transport);

0 commit comments

Comments
 (0)