Skip to content

Commit 9f5c1aa

Browse files
authored
2 parents 404aa96 + e0ef5aa commit 9f5c1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ plugins:
3232

3333
## Usage
3434

35-
In your markdown documents you can now use:
35+
In your markdown files you can now use:
3636

3737
```html
3838
{{ read_csv('path_to_table.csv') }}
3939
```
4040

4141
Where the path is relative to the location of your project's `mkdocs.yml` file (although you can [change that](https://timvink.github.io/mkdocs-table-reader-plugin/options) to be relative to your `docs/` directory).
4242

43-
- There are [readers](https://timvink.github.io/mkdocs-table-reader-plugin/readers/) for `.csv`, `.fwf`, `.json`, `.xlsx`, `.yaml` and `.tsv`. There is also the `read_raw()` reader that will allow you to insert tables (or other content) already in markdown format.
43+
- There are [readers](https://timvink.github.io/mkdocs-table-reader-plugin/readers/) for `.csv`, `.fwf`, `.json`, `.xlsx`, `.yaml` and `.tsv` files. There is also the `read_raw()` reader that will allow you to insert tables (or other content) already in markdown format.
4444

4545
## Documentation and how-to guides
4646

0 commit comments

Comments
 (0)