From 48b3fbe475fd317c16585a483912f17cd10d739d Mon Sep 17 00:00:00 2001 From: claindoc <2592990443@qq.com> Date: Thu, 1 Sep 2022 10:32:59 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da0dd9f6..6531ef9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -### Introcution +### Introduction This is a demo project to showcase running microservices on Alibaba Cloud. @@ -15,7 +15,7 @@ This demo is powered by the following projects and products: ### Architecture -This project contains the following applications (more applications are ong the way): +This project contains the following applications (more applications are on the way): * frontend: A Java application with SpringMVC and thymeleaf as template engine. * cartservices: A Java application that provides basic operations to add products to shopping carts, which is powered by [Apache Dubbo](https://github.com/apache/dubbo).