Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add in deps section of `rebar.config`

### Example

Lets output VM's process list as a table, simlar to erl's `i().`
Lets output VM's process list as a table, similar to erl's `i().`

```
Eshell V6.0 (abort with ^G)
Expand Down
2 changes: 1 addition & 1 deletion example/src/tabula.app.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{application, tabula, [
{description, "Exampel application to demonstrate usage of list_as_table"},
{description, "Example application to demonstrate usage of list_as_table"},
{vsn, "0.0.1"},
{modules, [tabula, random_proplist]},
{registered, []},
Expand Down