From 710030903c8b43ef1ad68254bae93aad02e316fd Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 12 Nov 2021 09:01:08 +0100 Subject: [PATCH] Align readme with PR #244 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index dbc57b5..b5e11d3 100644 --- a/README.md +++ b/README.md @@ -152,13 +152,7 @@ some parameters such as the `ir_attachment.location` and migrate the existing attachments to the object storage. From `anthem`, it can be called like this: - `ctx.env['cloud.platform'].install(cloud_platform_kind)` -Replacing `cloud_platform_kind` with 'exoscale' or 'ovh' - -Or using one of the direct shortcuts: - - * `ctx.env['cloud.platform'].install_exoscale()` - * `ctx.env['cloud.platform'].install_ovh()` + `ctx.env['cloud.platform'].install()` ### Startup checks