Skip to content

Commit c851038

Browse files
committed
Touch up on the readme
1 parent 921c59b commit c851038

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/readme.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Here's a simple example that shows basic usage of the library. The example
4040
connects to the currently active Juju model, deploys a single unit of the
4141
ubuntu charm, then exits:
4242

43+
.. note::
44+
45+
Pylibjuju requires an already bootstrapped Juju controller to connect to.
4346

4447
.. code:: python
4548
@@ -65,7 +68,7 @@ ubuntu charm, then exits:
6568
# from the stable channel of the Charm Store.
6669
ubuntu_app = await model.deploy(
6770
'ubuntu',
68-
application_name='ubuntu',
71+
application_name='my-ubuntu',
6972
)
7073
7174
if '--wait' in sys.argv:
@@ -124,5 +127,7 @@ and then, to connect to the current model and fetch status:
124127
Versioning
125128
----------
126129

127-
Pylibjuju releases now track the Juju release cadence. New generated schemas
130+
The current Pylibjuju release policy tracks the Juju release cadence.
131+
In particular, whenever Juju makes a latest/stable release, pylibjuju pushes out
132+
a release with the same version in the following week. Newly generated schemas
128133
will be updated per Juju releases.

0 commit comments

Comments
 (0)