Update README.md

Fix format findings.
pull/2389/head
Kim Kulling 2019-03-29 08:27:38 +01:00 committed by GitHub
parent f653c48c23
commit 7b4c704e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -174,7 +174,7 @@ for (i = 0; i < n; ++i) {
zip_close(zip); zip_close(zip);
``` ```
# Bindings ## Bindings
Compile zip library as a dynamic library. Compile zip library as a dynamic library.
```shell ```shell
$ mkdir build $ mkdir build