Skip to content

Commit d16dba2

Browse files
meonkeysmarcomagdy
authored andcommittedDec 12, 2018
README: fix "musl libc" typo (#13)
1 parent 3461d6a commit d16dba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ curl_easy_setopt(curl_handle, CURLOPT_CAINFO, "/etc/pki/tls/certs/ca-bundle.crt"
167167
Typically, the zip file is large because we have to package the entire C standard library.
168168
You can reduce the size by doing some or all of the following:
169169
- Ensure you're building in release mode `-DCMAKE_BUILD_TYPE=Release`
170-
- 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.
170+
- 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.
171171
1. **How to upload a zip file that's bigger than 50MB via the CLI?**
172172
Upload your zip file to S3 first:
173173
```bash

0 commit comments

Comments
 (0)
Please sign in to comment.