Skip to content

Commit

Permalink
Fix README.md formatting (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Elrefaei authored Apr 21, 2023
1 parent 5b54074 commit 150c7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ column_labels(m::AbstractAxisArrayTable)
```

## Lag, lead and diff
```
lag(m::AbstractAxisArrayTable, args...)
lead(m::AbstractAxisArrayTable, args...)
```

## Example
```
julia> using AxisArrayTables
Expand Down

2 comments on commit 150c7b4

@MichelJuillard
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.1.1 already exists

Please sign in to comment.