WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4acacc1

Browse files
committed
small doc changes
1 parent 5ef1c99 commit 4acacc1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717
A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or
1818
security researchers, bug bounty hunters, pentesters but mostly focused on CTF)
1919
by patching the String class to add a short syntax of usual code patterns.
20-
The philosophy is also to keep the library to be pure ruby (no dependencies)
21-
and not to re-implement what another library is already doing well
22-
(eg. [xorcist] for xor).
23-
24-
[xorcist]:https://github.com/fny/xorcist
20+
The philosophy is also to keep the library to be pure native ruby (no dependencies)
21+
and not to re-implement what another library is already doing well.
2522

2623
For example instead of writing:
2724

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## [4.0.1](https://github.com/noraj/ctf-party/releases/tag/v4.0.1)
66

77
- Fixes:
8-
- Fix version loading in the binary
8+
- Fix version loading in the binary (to reflect 4.0.0 change)
99
- Docs:
1010
- No duplicate README (cover page only)
1111
- Changelog version with release links

0 commit comments

Comments
 (0)