Skip to content

Commit

Permalink
fixing documentation headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed Mar 25, 2024
1 parent e7caf57 commit c18f532
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The purpose of FastLink.jl is to bring a fast record linkage package to the juli

[![Run tests](https://github.com/jw2249a/FastLink.jl/actions/workflows/test.yml/badge.svg)](https://github.com/jw2249a/FastLink.jl/actions/workflows/test.yml)


Using the fastLink function
___________________________
### Using the fastLink function


The basic arguments for the `fastLink` function to run are

Expand Down Expand Up @@ -57,8 +57,9 @@ The optional parameters are.
- `dedupe_matches`: Whether to dedupe the matches within the dataset. Default `[0.85]`.


`fastLink`'s output
__________________
### `fastLink`'s output

- `NamedTuple` with these vars
- `indices`

Expand Down

0 comments on commit c18f532

Please sign in to comment.