@@ -173,9 +173,10 @@ with the corresponding `add` call:
...
@@ -173,9 +173,10 @@ with the corresponding `add` call:
poetry add my-cool-package --source foo
poetry add my-cool-package --source foo
```
```
!!!note
{{% note %}}
In this example, we expect `foo` to be configured correctly. See [using a private repository](repositories.md#using-a-private-repository)
In this example, we expect `foo` to be configured correctly. See [using a private repository](repositories.md#using-a-private-repository) for further information.