Skip to content

Commit 3191b2f

Browse files
authored
Update README.md
Mostly fix bad copy-paste
1 parent 10471aa commit 3191b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# RobotsTxt
22

33
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.
4+
The methods not used by the example program and tests are not currently implemented.
55

66
## Notes
77

88
Please see the Notes section of the original.
99

1010
## License
1111

12-
The robots.txt parser and matcher C++ library is licensed under the terms of the
12+
Like Google's robots.txt parser and matcher C++ library, this port is licensed under the terms of the
1313
Apache license. See LICENSE for more information.

0 commit comments

Comments
 (0)