Skip to content

Commit

Permalink
Merge pull request #19 from lasanthaS/master
Browse files Browse the repository at this point in the history
Fix documentation issue
  • Loading branch information
dilini-muthumala authored Jun 19, 2019
2 parents d2d4b52 + 5f45d42 commit a6fdf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getting-started/build-from-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ cd siddhi-sdk
mvn clean install
```

6) Now the Siddhi SDK zip file (ex: siddhi-sdk-2.0.0-SNAPSHOT.zip) will be created inside the
6) Now the Siddhi SDK zip file (ex: siddhi-sdk-5.0.0-SNAPSHOT.zip) will be created inside the
{siddhi-sdk-home}/modules/siddhi-launcher/target/ . Unzip it.

4 changes: 2 additions & 2 deletions getting-started/run-a-siddhi-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
```
cd "{siddhi-sdk-home}\bin"
```
* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:C:\siddhi-sdk-1.0.0-SNAPSHOT
* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:C:\siddhi-sdk-5.0.0-SNAPSHOT

2) Run the Siddhi file using the following command.
```
Expand All @@ -23,7 +23,7 @@ file.
```
cd "{siddhi-sdk-home}/bin"
```
* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:/home/username/siddhi-sdk-1.0.0-SNAPSHOT
* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:/home/username/siddhi-sdk-5.0.0-SNAPSHOT

2) Run the Siddhi file using the following command.
```
Expand Down

0 comments on commit a6fdf63

Please sign in to comment.