Skip to content

Commit

Permalink
Docs/simple typo fixes (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuckooEXE authored Jan 31, 2024
1 parent b6b8ad1 commit 987f607
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Describe technically what your patch does. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- Why is this patch will make a better world? -->
<!-- How does this patch make a better world? -->
<!-- How does this look? Add a screenshot if you can -->


Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ For a complete rundown of the commands/functions GEF allows to use out of the bo

As a reward, your Github avatar will be immortalize in the list below of contributors to GEF-Extras

![[contributors-img](https://contrib.rocks/image?repo=hugsy/gef-extras)
](<https://github.com/hugsy/gef-extras/graphs/contributors>)
[![contributors-img](https://contrib.rocks/image?repo=hugsy/gef-extra)](https://github.com/hugsy/gef-extra/graphs/contributors)



### Feature requests
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Thankfully this is easily done in Python, as such:

```text
wget -O /tmp/requirements.txt https://raw.githubusercontent.com/hugsy/gef-extras/main/requirements.txt
python -m pip install --user --upgrade /tmp/requirements.txt
python -m pip install --user --upgrade -r /tmp/requirements.txt
```


Expand All @@ -61,7 +61,7 @@ python -m pip install --user --upgrade /tmp/requirements.txt
Start with cloning this repo:

```bash
t clone https://github.com/hugsy/gef-extras
git clone https://github.com/hugsy/gef-extras
```

Add the path to the external scripts to GEF's config:
Expand Down

0 comments on commit 987f607

Please sign in to comment.