Skip to content

Commit b5629e0

Browse files
committed
Update README
1 parent 5847cc6 commit b5629e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ include $(PREBUILT_STATIC_LIBRARY)
4444

4545
## Options
4646

47-
Change scripts' configure arguments to meet your own needs.
47+
- Change scripts' configure arguments to meet your own needs.
4848

49-
For now, using TLS (https) in Android would throw `peer verification failed`.
49+
- For now, using TLS (https) in Android would throw `peer verification failed`.
5050

51-
Please explicitly set `curl_easy_setopt(curl, CURLOPT_CAINFO, CA_BUNDLE_PATH);` where `CA_BUNDLE_PATH` is your ca bundle path in the device storage.
51+
Please explicitly set `curl_easy_setopt(curl, CURLOPT_CAINFO, CA_BUNDLE_PATH);` where `CA_BUNDLE_PATH` is your ca bundle path in the device storage.
5252

53-
You can download and copy [cacert.pem](https://curl.haxx.se/docs/caextract.html) to Android assets or the device internal storage to get TLS working for libcurl.
53+
You can download and copy [cacert.pem](https://curl.haxx.se/docs/caextract.html) to Android assets or the device internal storage to get TLS working for libcurl.
5454

5555
## Working Examples
5656

0 commit comments

Comments
 (0)