]> git.proxmox.com Git - perlmod.git/commitdiff
update readme
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 28 Feb 2022 08:47:26 +0000 (09:47 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 28 Feb 2022 10:09:07 +0000 (11:09 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
README.md

index 8bee33145c81ffe907813d2bc131be8b2fe5ad6b..47f5cf4033d499372a362f397a959ee39bcf7d0d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Current recommended usage.
 ## "Blessed" objects.
 
 ```rust
-#[perlmod::package(name = "My::Pkg", lib = "the_cdylib_name")]
+#[perlmod::package(name = "My::Pkg")]
 mod export {
     use perlmod::{Error, Value};