Skip to content

Commit

Permalink
Fix the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Oct 18, 2023
1 parent f5e6cb8 commit 8f723f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Introduction

Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, different types, and different regions. Also provides users a unified access to the metadata for both data and AI assets.
Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users unified access to the metadata for both data and AI assets.

![Gravitino Architecture](docs/assets/gravitino-architecture.png)

Expand All @@ -25,9 +25,9 @@ Gravitino aims to provide several key features:

You can find the latest Gravitino documentation here in the [doc folder](docs), The README file only contains basic setup instructions.

## Building Gravition
## Building Gravitino

Gravitino is built using Gradle. To build Gravitno, please run:
Gravitino is built using Gradle. To build Gravitino, please run:

```shell
./gradlew clean build
Expand All @@ -40,7 +40,7 @@ If you want to build a distribution package, please run:
./gradlew compileDistribution
```

to build a distrubution package.
to build a distribution package.

Or:

Expand All @@ -49,7 +49,7 @@ Or:
./gradlew assembleDistribution
```

to bulid a compressed distribution package.
to build a compressed distribution package.

Note:

Expand Down

0 comments on commit 8f723f0

Please sign in to comment.