Skip to content

Commit bc6ee8f

Browse files
committed
clarification.
1 parent bce26cb commit bc6ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ USING
1919

2020
Put `libnvram-faker.so` somewhere in your firmware's extracted filesystem. Edit `nvram.ini` and put it in the root of the firmware's filesystem. If you want to put the configuration file somewhere else, define `INI_FILE_PATH` at compile time however you like[1]. Set the `LD_PRELOAD` environment variable to load the library.
2121

22-
Every nvram query and the answer returned will be printed to the console's standard output. If the answer is not found, NULL is returned by `nvram_get` and the query is printed to the console in red, so it will easy to notice.
22+
Every nvram query and the answer returned will be printed to standard output. If the answer is not found, NULL is returned by `nvram_get` and the query is printed to the console in red, so it will easy to notice.
2323

2424
The library currently does not support calls to `nvram_set()`.
2525

0 commit comments

Comments
 (0)