Fix typo in README.rst

This commit fixes a typo of a reference to the subunit2sql section.

Change-Id: I3448b11ba1c851bf87abc468515184628f33f051
This commit is contained in:
Masayuki Igawa 2016-01-01 19:25:06 +09:00
parent 3fa9a5403a
commit 2f1ba89775

View File

@ -13,7 +13,7 @@ the DB api would need to be created to parse a different test result output
format. It's also worth pointing out that subunit has several language library format. It's also worth pointing out that subunit has several language library
bindings available. So as a user you could create a small filter to convert a bindings available. So as a user you could create a small filter to convert a
different format to subunit. Creating a filter should be fairly easy and then different format to subunit. Creating a filter should be fairly easy and then
you don't have to worry about writing a tool like :ref:_`subunit2sql` to use a you don't have to worry about writing a tool like :ref:`subunit2sql` to use a
different format. different format.
.. _subunit: https://github.com/testing-cabal/subunit/blob/master/README.rst .. _subunit: https://github.com/testing-cabal/subunit/blob/master/README.rst