Skip to content

Commit 5798f0b

Browse files
Ensure that line lengths in README.rst do not exceed 80 characters
1 parent f1a6922 commit 5798f0b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: README.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,16 @@ Tests
190190
This library includes a sample testing utility which may be used to verify
191191
that changes to the processor maintain the correct output.
192192

193-
To run the sample tests you will need the test suite files provided in the ``json-ld-api``,
194-
``json-ld-framing``, and ``rdf-canon`` repositories hosted on GitHub:
193+
To run the sample tests you will need the test suite files provided in the
194+
``json-ld-api``, ``json-ld-framing``, and ``rdf-canon`` repositories hosted
195+
on GitHub:
195196

196197
- https://github.com/w3c/json-ld-api
197198
- https://github.com/w3c/json-ld-framing
198199
- https://github.com/w3c/rdf-canon
199200

200-
They are included beneath ``specifications`` directory of this repository as Git submodules. By default, ``git clone`` does
201+
They are included beneath ``specifications`` directory of this repository as
202+
Git submodules. By default, ``git clone`` does
201203
not retrieve submodules; to download them, please issue the following command:
202204

203205
.. code-block:: bash
@@ -206,7 +208,8 @@ not retrieve submodules; to download them, please issue the following command:
206208
207209
Issue the same command to update each submodule to the latest available commit.
208210

209-
If the suites repositories are available then all the tests can be run with the following:
211+
If the suites repositories are available then all the tests can be run with
212+
the following:
210213

211214
.. code-block:: bash
212215

0 commit comments

Comments
 (0)