Skip to content

Commit 0be49a6

Browse files
committed
fix cheatsheet and content nitpicks
1 parent 6092302 commit 0be49a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/CheatSheet.pdf

1.04 MB
Binary file not shown.

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd pwndbg
3030

3131
<p class="instructions">
3232
We supports various Linux distributions.<br />
33-
Instalation can be down also with standalone packaged binaries.<br />
33+
Instalation can be done also with standalone packaged binaries.<br />
3434
<strong>Do you want more?</strong> Please check our code repository and hack with us!
3535
</p>
3636

@@ -39,15 +39,15 @@ cd pwndbg
3939
<Card
4040
href="https://pwndbg.github.io/pwndbg"
4141
title="Documentation"
42-
body="Learn how pwndbg works and explore the official API docs."
42+
body="Learn how pwndbg works and explore the official docs."
4343
/>
4444
<Card
4545
href="https://github.com/pwndbg/pwndbg/"
4646
title="Source Code"
47-
body="Supercharge your project with new frameworks and libraries."
47+
body="Supercharge your debugging experience."
4848
/>
4949
<Card
50-
href="https://cdn.discordapp.com/attachments/1141077572587892857/1174249242882220114/CheatSheet.pdf"
50+
href="/CheatSheet.pdf"
5151
title="CheatSheet"
5252
body="The most important and commonly used commands for easy reference."
5353
/>

0 commit comments

Comments
 (0)