Fixed error in the readme file.

pull/1/head
Krzysztof Gabis 12 years ago
parent 120f5a08da
commit a3bb4c7390
  1. 2
      README.md

@ -20,7 +20,7 @@ Run tests.sh to compile and run tests.
##Example
Here is a function, which prints basic commit info (date, sha and author) from a github repository. It's also included in tests.c file, you can just uncomment and run it.
```c
void print_commit_info(const char *username, const char *repo) {
void print_commits_info(const char *username, const char *repo) {
JSON_Value *root_value;
JSON_Array *commits;
JSON_Object *commit;

Loading…
Cancel
Save