Skip to content

Commit

Permalink
[documentation] fix markdown language tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbryson authored Jan 24, 2020
1 parent eb5b1fd commit 196d599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Changes to libxls since 1.4:

The [C API](include/xls.h) is pretty simple, this will get you started:

```{C}
```c
xls_error_t error = LIBXLS_OK;
xlsWorkBook *wb = xls_open_file("/path/to/finances.xls", "UTF-8", &error);
if (wb == NULL) {
Expand Down

0 comments on commit 196d599

Please sign in to comment.