doc: adjusted indent.
This commit is contained in:
		
							
								
								
									
										42
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								README.md
									
									
									
									
									
								
							| @@ -8,30 +8,30 @@ | |||||||
|  |  | ||||||
|  * [Features](#features) |  * [Features](#features) | ||||||
|  * [Getting started](#getting-started) |  * [Getting started](#getting-started) | ||||||
|   * [Compare two strings](#compare-two-strings) |      * [Compare two strings](#compare-two-strings) | ||||||
|   * [Compare two data has arbitrary type](#compare-two-data-has-arbitrary-type) |      * [Compare two data has arbitrary type](#compare-two-data-has-arbitrary-type) | ||||||
|   * [Merge three sequences](#merge-three-sequences) |      * [Merge three sequences](#merge-three-sequences) | ||||||
|   * [Patch function](#patch-function) |      * [Patch function](#patch-function) | ||||||
|   * [Difference as Unified Format](#difference-as-unified-format) |      * [Difference as Unified Format](#difference-as-unified-format) | ||||||
|   * [Compare large sequences](#compare-large-sequences) |      * [Compare large sequences](#compare-large-sequences) | ||||||
|   * [Unserious difference](#unserious-difference) |      * [Unserious difference](#unserious-difference) | ||||||
|   * [Calculate only Edit Distance](#calculate-only-edit-distance) |      * [Calculate only Edit Distance](#calculate-only-edit-distance) | ||||||
|  * [Algorithm](#algorithm) |  * [Algorithm](#algorithm) | ||||||
|   * [Computational complexity](#computational-complexity) |      * [Computational complexity](#computational-complexity) | ||||||
|   * [Comparison when difference between two sequences is very large](#comparison-when-difference-between-two-sequences-is-very-large) |      * [Comparison when difference between two sequences is very large](#comparison-when-difference-between-two-sequences-is-very-large) | ||||||
|   * [Implementations with various programming languages](#implementations-with-various-programming-languages) |      * [Implementations with various programming languages](#implementations-with-various-programming-languages) | ||||||
|  * [Examples](#examples) |  * [Examples](#examples) | ||||||
|   * [strdiff](#strdiff) |      * [strdiff](##strdiff) | ||||||
|   * [intdiff](#intdiff) |      * [intdiff](##intdiff) | ||||||
|   * [unidiff](#unidiff) |      * [unidiff](##unidiff) | ||||||
|   * [unistrdiff](#unistrdiff) |      * [unistrdiff](##unistrdiff) | ||||||
|   * [strdiff3](#strdiff3) |      * [strdiff3](##strdiff3) | ||||||
|   * [intdiff3](#intdiff3) |      * [intdiff3](#intdiff3) | ||||||
|   * [patch](#patch) |      * [patch](#patch) | ||||||
|   * [fpatch](#fpatch) |      * [fpatch](#fpatch) | ||||||
|  * [Running tests](#running-tests) |  * [Running tests](#running-tests) | ||||||
|   * [Building test programs](#building-test-programs) |      * [Building test programs](#building-test-programs) | ||||||
|   * [Running test programs](#running-test-programs) |      * [Running test programs](#running-test-programs) | ||||||
|  * [Old commit histories](#old-commit-histories) |  * [Old commit histories](#old-commit-histories) | ||||||
|  * [License](#license) |  * [License](#license) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user