Skip to content

Commit 8490354

Browse files
committed
More nested list formatting
It looks like GitHub requires the nested list to be indented to the same level as the text after the number.
1 parent ae968e4 commit 8490354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Here's a rough outline:
127127
9. [Debugging with testdouble.js](docs/9-debugging.md#debugging-with-testdoublejs)
128128
1. [td.explain() API](docs/9-debugging.md#tdexplainsometestdouble)
129129
10. [Plugins](docs/A-plugins.md#plugins)
130-
1. [testdouble-chai](https://github.com/basecase/testdouble-chai)
131-
2. [testdouble-jasmine](https://github.com/BrianGenisio/testdouble-jasmine)
130+
1. [testdouble-chai](https://github.com/basecase/testdouble-chai)
131+
2. [testdouble-jasmine](https://github.com/BrianGenisio/testdouble-jasmine)
132132
11. [Frequently Asked Questions](docs/B-frequently-asked-questions.md#frequently-asked-questions)
133-
1. [Why doesn't `td.replace()` work with external CommonJS modules?](docs/B-frequently-asked-questions.md#why-doesnt-tdreplace-work-with-external-commonjs-modules)
133+
1. [Why doesn't `td.replace()` work with external CommonJS modules?](docs/B-frequently-asked-questions.md#why-doesnt-tdreplace-work-with-external-commonjs-modules)
134134
12. [Configuration](docs/C-configuration.md#configuration)
135-
1. [td.config](docs/C-configuration.md#tdconfig)
135+
1. [td.config](docs/C-configuration.md#tdconfig)

0 commit comments

Comments
 (0)