Skip to content

Commit

Permalink
fix(docs): remove unused columns in API reference table
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Oct 17, 2023
1 parent d8ac234 commit e929a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ember install @qonto/ember-lottie

### Arguments

| Argument | Type | Description | | Example |
| ------------- | -------- | ----------------------------------------------------------------------------------------------- | --- | ------- |
| Argument | Type | Description |
| ------------- | -------- | ----------------------------------------------------------------------------------------------- |
| name | string | animation name for future reference |
| animationData | object | an object with the exported animation data (mandatory at least one: `animationData` or `path`) |
| path | string | the relative path to the animation object (mandatory at least one: `animationData` or `path`) |
Expand Down

0 comments on commit e929a39

Please sign in to comment.