Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Mar 12, 2024
1 parent 86f7d6b commit 3eedacf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Opifex

Opifex aims to provide a MQTT server and MQTT client in Typescript to be used
with [Deno](https://deno.land) and [Bun](https://bun.sh/) It has _no_ third party dependencies, it only
relies on built in modules.
with [Deno](https://deno.land) and [Bun](https://bun.sh/) It has _no_ third
party dependencies, it only relies on built in modules.

Its a work in progress, only does MQTT 3.1.1 and currently only has memory based
persistence.
Expand Down Expand Up @@ -54,11 +54,11 @@ This will create a local copy of Opifex:

For Bun:

```bash
```bash
bun bin/demoServer.ts
```

```bash
```bash
bun bin/mqtt.ts
```

Expand Down

0 comments on commit 3eedacf

Please sign in to comment.