From 066c651168d452309d03c62997617e7c696e4f42 Mon Sep 17 00:00:00 2001
From: itdagely <18844807206@163.com>
Date: Thu, 16 Jun 2022 16:31:11 +0800
Subject: [PATCH] Fix a typo
Signed-off-by: itdagely <18844807206@163.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6440034..9276e16 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
## Introduction
-The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by boostrap and start system services.
+The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by bootstrap and start system services.
## Directory Structure
--
Gitee