From 94bd8c7413489e3e77f5cf2898ff25bf933dae13 Mon Sep 17 00:00:00 2001 From: UMA PRASEEDA Date: Wed, 17 Apr 2024 12:38:16 +0200 Subject: [PATCH] doc: Typo fix Typo fix in ReadMe file Signed-off-by: UMA PRASEEDA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e923963..5cae4c57 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ applications. Some of the features demonstrated in this example are: - Custom [devicetree bindings][bindings] - Out-of-tree [drivers][drivers] - Out-of-tree libraries -- Example CI configuration (using Github Actions) +- Example CI configuration (using GitHub Actions) - Custom [west extension][west_ext] - Doxygen and Sphinx documentation boilerplate @@ -105,7 +105,7 @@ documentation first change to the ``doc`` folder: cd doc ``` -Before continueing, check if you have Doxygen installed. It is recommended to +Before continuing, check if you have Doxygen installed. It is recommended to use the same Doxygen version used in [CI](.github/workflows/docs.yml). To install Sphinx, make sure you have a Python installation in place and run: