Skip to content

Commit b024916

Browse files
authored
Update README.rst
1 parent 8d33770 commit b024916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</p>
3434
<h1>Not Your Average Web Crawler</h1>
3535

36-
N.Y.A.W.C is a Python library that helps you to test your payload against all requests of a certain domain. It crawls all requests (e.g. GET, POST or PUT) in the specified scope and keeps track of the request and response data. During the crawling process, the callbacks enable you to insert your payload at specific places and test if they worked.
36+
N.Y.A.W.C is a Python library that enables you to test your payload against all requests of a certain domain. It crawls all requests (e.g. GET, POST or PUT) in the specified scope and keeps track of the request and response data. During the crawling process the callbacks enable you to insert your payload at specific places and test if they worked.
3737

3838
Table of contents
3939
-----------------

0 commit comments

Comments
 (0)