Skip to content

Commit e335a83

Browse files
authored
Update index.astro
1 parent cbbcc67 commit e335a83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const latest_tag_name = data.tag_name;
1313
<img id="logo" src="/logo.png" alt="Logo pwndbg" />
1414

1515
<p>
16-
Pwndbg is a plugin for GDB and LLDB to make debugging suck less. It improves
17-
debugging experience with for low-level developers, hardware hackers,
18-
reverse engineers, and exploit developers. It is useful for security research
19-
and provides features crucial for efficient debugging in the world of low-level programming.
16+
Pwndbg makes debugging with GDB and LLDB suck less. It improves debugging experience
17+
for low-level developers, hardware hackers, reverse engineers, and exploit developers.
18+
It is useful for security research and provides features crucial for efficient debugging
19+
in the world of low-level programming.
2020
</p>
2121

2222
<img src="/demo.gif" alt="Demo pwndbg" />

0 commit comments

Comments
 (0)