diff --git a/README.rst b/README.rst index 031abf0..63a463f 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ file and read some values from it. namespace = 'hosts' # Load configuration from the file into namespace `hosts` - staticconf.YamlConfiguration(file, namespace=namespace) + staticconf.YamlConfiguration(filename, namespace=namespace) ... # Some time later on, read values from that namespace