From 7935b248859c16d84b924c85e461a04a496260f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 8 Feb 2023 14:59:14 +0100 Subject: [PATCH] README: fix sample description --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dbb5f6..3c50c47 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,8 @@ In this README, we will highlight the following elements of template-project cre - [Plugin template structure](#plugin-template-structure) - [Plugin configuration file](#plugin-configuration-file) - [Sample code](#sample-code): - - listeners – project and dynamic plugin lifecycle - - services – project-related and application-related services - - actions – basic action with shortcut binding + - listeners – project lifecycle listener + - services – project and application-level services - [Testing](#testing) - [Functional tests](#functional-tests) - [Code coverage](#code-coverage)