We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10471aa commit 3191b2fCopy full SHA for 3191b2f
README.md
@@ -1,13 +1,13 @@
1
# RobotsTxt
2
3
A quick and dirty C# port of [Google's robots.txt parser](https://github.com/google/robotstxt).
4
-The methods not used by the example program are not currently implemented.
+The methods not used by the example program and tests are not currently implemented.
5
6
## Notes
7
8
Please see the Notes section of the original.
9
10
## License
11
12
-The robots.txt parser and matcher C++ library is licensed under the terms of the
+Like Google's robots.txt parser and matcher C++ library, this port is licensed under the terms of the
13
Apache license. See LICENSE for more information.
0 commit comments