diff --git a/README.md b/README.md
index f348c53..c9d2a82 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-STREAM-ON
+FlinkFlow
๐ Real-time stream processing wiht PyFlink.
๐ Developed with the software and tools below.
@@ -30,7 +30,7 @@ STREAM-ON
- [๐ Getting Started](#-getting-started)
- [โ
Prerequisites](#-prerequisites)
- [๐ป Installation](#-installation)
- - [๐ค Using STREAM-ON](#-using-stream-on)
+ - [๐ค Using FlinkFlow](#-using-flinkflow)
- [๐งช Running Tests](#-running-tests)
- [๐ Future Development](#-future-development)
- [๐ค Contributing](#-contributing)
@@ -41,7 +41,7 @@ STREAM-ON
## ๐Overview
-STREAM-ON is a repository for building real-time data processing apps with PyFlink.
+FlinkFlow is a repository for building real-time data processing apps with PyFlink.
## ๐ฎ Feautres
@@ -109,14 +109,14 @@ Before you begin, ensure that you have the following prerequisites installed:
### ๐ป Installation
-1. Clone the STREAM-ON repository:
+1. Clone the FlinkFlow repository:
```sh
-git clone https://github.com/eli64s/STREAM-ON
+git clone https://github.com/eli64s/FlinkFlow
```
2. Change to the project directory:
```sh
-cd STREAM-ON
+cd FlinkFlow
```
3. Install the dependencies:
@@ -124,7 +124,7 @@ cd STREAM-ON
pip install -r requirements.txt
```
-### ๐ค Using STREAM-ON
+### ๐ค Using FlinkFlow
```sh
python main.py