Skip to content

Commit

Permalink
Fixed doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 2, 2023
1 parent d1833d3 commit 174830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ You can immediately see that GEF is correctly installed by launching GDB:
A few of `GEF` features include:

* **One** single GDB script
* Entirely **OS Agnostic**, **NO** dependencies: `GEF` is battery-included and [is installable instantly](https://hugsy.github.io/gef/#setup)
* Entirely **architecture agnostic**, **NO** dependencies: `GEF` is battery-included and [is installable instantly](https://hugsy.github.io/gef/#setup)
* **Fast** limiting the number of dependencies and optimizing code to make the commands as fast as possible
* Provides a great variety of commands to drastically change your experience in GDB.
* [**Easily** extensible](https://hugsy.github.io/gef/api/) to create other commands by providing more comprehensible layout to GDB Python API.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -16,7 +16,7 @@ distros start pushing `gdb` compiled with Python3 support).
## GDB Made Easy

* **One** single GDB script
* Entirely **OS Agnostic**, **NO** dependencies: `GEF` is battery-included and [is installable instantly](https://hugsy.github.io/gef/#setup)
* Entirely **architecture agnostic**, **NO** dependencies: `GEF` is battery-included and [is installable instantly](https://hugsy.github.io/gef/#setup)
* **Fast** limiting the number of dependencies and optimizing code to makethe commands as fast as possible
* Provides a great variety of commands to drastically change your debugging experience in GDB.
* [**Easily** extensible](https://hugsy.github.io/gef/api/) to create other commands by providing more comprehensible layout to GDB Python API.
Expand Down

0 comments on commit 174830a

Please sign in to comment.