From e3322bd756f2b435e047462a57b9e5d8cb29827a Mon Sep 17 00:00:00 2001 From: Plumtree3D <ham.in.kneesocks@gmail.com> Date: Mon, 7 Aug 2023 16:04:04 +0200 Subject: [PATCH] doc: updated readme --- README-FR.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-FR.md b/README-FR.md index 8093b18..58cdba0 100644 --- a/README-FR.md +++ b/README-FR.md @@ -13,7 +13,7 @@ Alpaga theme pour [Slidev](https://github.com/slidevjs/slidev). Il suffit d'ajouter le frontmatter suivant en tête de ton fichier `slides.md`. Lance Slidev et tu seras invité à télécharger le thème. <pre><code>--- -theme: <b>alpaga</b> +theme: <b>@lydra/slidev-theme-alpaga</b> ---</code></pre> En savoir plus sur [comment s'utilisent les thèmes](https://fr.sli.dev/themes/use.html). diff --git a/README.md b/README.md index 2fd2912..cb7ab0c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Alpaga theme for [Slidev](https://github.com/slidevjs/slidev). Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically. <pre><code>--- -theme: <b>alpaga</b> +theme: <b>@lydra/slidev-theme-alpaga</b> ---</code></pre> Learn more about [how to use a theme](https://sli.dev/themes/use). -- GitLab