Skip to content

Commit

Permalink
cosmetic fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmmpk committed Jan 21, 2011
1 parent 2feebe7 commit ad2db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ In source directory, say

make bench

to run benchmarks. Each combination of input type/size is presented to timsort and to standard Go sort (sort.Sort) for comparison. See [[BENCHMARKS.md]] for more info and some benchmarking results.
to run benchmarks. Each combination of input type/size is presented to timsort and to standard Go sort (sort.Sort) for comparison. See `BENCHMARKS.md` for more info and some benchmarking results.

Alternatively, you can intall using `goinstall github.com/pgmmpk/timsort`, but
if you do this, the import statement in your programs will be `import github.com/pgmmpk/timsort` instead of just `import timsort`.
Expand Down

0 comments on commit ad2db13

Please sign in to comment.