Skip to content

Commit 2528417

Browse files
authored
Update README.md
1 parent b1911ed commit 2528417

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="public/appscreenshot.png" width="800px" alt="Devbox Screenshot">
1212
</p>
1313

14-
### Overview
14+
## Overview
1515

1616
Devbox helps you work faster by centralizing common developer workflows: inspect JWTs, test REST and GraphQL APIs, format JSON, explore regex, decode certificates, parse cron, and more. The dashboard surfaces frequently used tools and lets you customize the sidebar so your favorites are one click away.
1717

@@ -24,7 +24,7 @@ Devbox helps you work faster by centralizing common developer workflows: inspect
2424
- **Offline‑friendly**: Most tools work entirely locally; network tools only connect when you use them.
2525
- **No fluff / no filler**: Only tools developers actually reach for daily—focused, fast, and maintained (no novelty widgets).
2626

27-
### Installation
27+
## Installation
2828

2929
Download the latest release for your platform from the [releases page](https://github.com/smithg09/devbox/releases).
3030

@@ -47,7 +47,7 @@ For more binaries open the full [Releases page](https://github.com/smithg09/devb
4747

4848
After installing, launch Devbox and start using tools immediately—no sign‑in, anonymous usage counts stored locally.
4949

50-
### Available Tools
50+
## Available Tools
5151

5252
#### Network
5353

@@ -122,21 +122,21 @@ After installing, launch Devbox and start using tools immediately—no sign‑in
122122

123123
Access app from the browser at `http://localhost:3001`
124124

125-
## Build
125+
### Build
126126

127-
### Static web build
127+
__Static web build__
128128

129129
```bash
130130
yarn build
131131
```
132132

133-
### Desktop (Tauri) build
133+
__Desktop (Tauri) build__
134134

135135
```bash
136136
yarn tauri build
137137
```
138138

139-
### Inspiration
139+
## Inspiration
140140

141141
Devbox draws conceptual inspiration from modern multi‑tool developer workbenches. Special thanks to:
142142

0 commit comments

Comments
 (0)