aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 76d75e3..4f6bf0b 100644
--- a/docs/README
+++ b/docs/README
@@ -9,7 +9,7 @@ in the current working directory.
The metagen package also has a metagenerator class that can be used
from Python to create metadata.xml files easily:
- from metagenerator import MyMetadata
+ from metagen.metagenerator import MyMetadata
metadata = MyMetadata()
metadata.set_herd(["python"])