From 1fa1365ef4adc2b32af6f436181f15ceed452372 Mon Sep 17 00:00:00 2001
From: jroyan <jerome.royan@b-com.com>
Date: Tue, 23 Apr 2024 17:45:08 +0200
Subject: [PATCH] fix typo error in README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fa485b3..530b19c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ It also contains a sample using that library, it's a basic implementation allowi
 
 ## Requirements
 
-- A Linux based machine
+- Ubuntu 22.04
 - CMake > 2.22
 - conan V2
 - npm
@@ -46,7 +46,7 @@ To install the last version of Cmake, we recommend to follow the instruction det
 
 To generate the code and the DLLs use the following commands:
 
-    npm install (if not alredy done)
+    npm install (if not already done)
     npm run generate && npm run build
 
 You will find the header files in:
-- 
GitLab