From eebb2dc05d48f3e452a23d8457e4eceb39b84fc1 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Tue, 11 Dec 2018 20:54:56 -0800 Subject: [PATCH] README: fix "musl libc" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20aa93e..39a01c1 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ curl_easy_setopt(curl_handle, CURLOPT_CAINFO, "/etc/pki/tls/certs/ca-bundle.crt" Typically, the zip file is large because we have to package the entire C standard library. You can reduce the size by doing some or all of the following: - Ensure you're building in release mode `-DCMAKE_BUILD_TYPE=Release` - - If possible, build your function using musl libc, it's tiny. The easiest way to do this, assuming your code is portable, is to build on Alpine linux, which uses must-libc by default. + - If possible, build your function using musl libc, it's tiny. The easiest way to do this, assuming your code is portable, is to build on Alpine linux, which uses musl libc by default. 1. **How to upload a zip file that's bigger than 50MB via the CLI?** Upload your zip file to S3 first: ```bash