Skip to content

Commit cf65a02

Browse files
authored
Merge pull request #21 from EarthGoddessDude/patch-1
Update README.md for minor typo
2 parents 6e67b18 + c579c5e commit cf65a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ View your datasets in a new window. Ideal for terminal-based data cleaning workf
66

77
FloatingTableView.jl leverages Julia Computing's [TableView.jl](https://github.com/JuliaComputing/TableView.jl) and [Blink.jl](https://github.com/JuliaGizmos/Blink.jl) to view any [Tables.jl](https://github.com/JuliaData/Tables.jl) compatible data source in an Electron-based window.
88

9-
The function exports a single function, `browse` to view tables. `browse` accepts all the
9+
This package exports a single function, `browse`, to view tables. `browse` accepts all the
1010
keyword arguments that `TableView.showtable` accepts. For example, tables can be displayed
1111
in dark mode and fixed widths and heights. Run `? TableView` for a full list of keyword
1212
arguments supported.

0 commit comments

Comments
 (0)