From 95ebac80939a5b1cd2833257e76dfab1e6d0004f Mon Sep 17 00:00:00 2001 From: Steven Dee Date: Wed, 2 Jan 2019 12:57:37 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 511037f310..e6a56ee499 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ It uses meson. `meson ./build && ninja -C build` should do the trick. #### Build options -It has one option, `support-older-oses`, which tells it to be -conservative. On Linux, this means using `getrandom` directly; on other -\*nix, it means reading from `/dev/urandom`. This may make sense if you -want your binaries to run on older versions of the same OS. If your -program is mostly built from source, don't bother. +It has one option, `ent_compat`, which tells it to be conservative. On +Linux, this means using `getrandom` directly; on other \*nix, it means +reading from `/dev/urandom`. This may make sense if you want your +binaries to run on older versions of the same OS. If your program is +mostly built from source, don't bother. ### Why?