Merge pull request #1388 from lz4/fix/typo-makefile-variables

Fix typo `libzstd` -> `liblz4`

GitOrigin-RevId: a1b8ec971cbb751fd38b7a263968494c531ba393
Change-Id: Iaf372e940ac5dbc11a44ba4d3fcfbbf7f47f1247
diff --git a/lib/README.md b/lib/README.md
index 0932b07..9039da3 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -137,8 +137,8 @@
 #### Makefile variables
 
 The following `Makefile` variables can be selected to alter the profile of produced binaries :
-- `BUILD_SHARED` : generate `libzstd` dynamic library (enabled by default)
-- `BUILD_STATIC` : generate `libzstd` static library (enabled by default)
+- `BUILD_SHARED` : generate `liblz4` dynamic library (enabled by default)
+- `BUILD_STATIC` : generate `liblz4` static library (enabled by default)
 
 
 #### Amalgamation