update readme

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-28 09:47:26 +01:00
parent c15e1e1456
commit 68bc1c626f

View File

@ -60,7 +60,7 @@ Current recommended usage.
## "Blessed" objects. ## "Blessed" objects.
```rust ```rust
#[perlmod::package(name = "My::Pkg", lib = "the_cdylib_name")] #[perlmod::package(name = "My::Pkg")]
mod export { mod export {
use perlmod::{Error, Value}; use perlmod::{Error, Value};