Skip to content

Commit d96f9b0

Browse files
committed
Minor README changes
1 parent 67a28be commit d96f9b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ This library provides tools for aggregating sensor data over time windows, detec
4343

4444
1. Clone this repository:
4545
```sh
46-
git clone <repo-url>
46+
git clone https://github.com/patr1ck-m/Real-Time-Stream-Processing-Library.git
4747
cd Real-Time-Stream-Processing-Library
4848
```
4949

50-
2. Make sure Effekt is installed at version `0.59.0` and available in your PATH. You can verify with:
50+
2. Make sure Effekt is installed at version `0.60.0` and available in your PATH. You can verify with:
5151
```sh
5252
effekt --version
5353
```
@@ -265,7 +265,7 @@ Tests use the `test` module from Effekt's standard library and return exit code
265265
│ ├── main.effekt # Main entry point
266266
│ ├── test.effekt # Test runner
267267
│ ├── examples.effekt # Usage examples
268-
│ ├── lib/ # Library modules
268+
│ ├── lib/ # Implementation of this library
269269
│ │ ├── aggregation.effekt
270270
│ │ ├── anomaly_detection.effekt
271271
│ │ ├── anomaly_logger.effekt

0 commit comments

Comments
 (0)