README.md: Fix example by using an existing object file
The README.md would use a placeholder name for the object file in the
example, which is fine by itself but prevents us from validating the
example with "cargo test". Let's use an existing object file, so that
the program compiles and runs correctly.
Signed-off-by: Quentin Monnet <quentin@isovalent.com>