Skip to content

Commit

Permalink
finos#989 spelling mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha committed Feb 16, 2024
1 parent c6b349a commit 3ec4d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/apache-ignite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```scala
org.finos.vuu.example.ignite.IgniteVuuMain

val runAsIgniteServer = ture
val runAsIgniteServer = true

```
2. Run the static main
Expand All @@ -18,19 +18,19 @@ How to run:

1. Run Ignite Cluster Application (run config for IntelliJ checked in):

```scala
```
org.finos.vuu.example.ignite.StartIgniteMain
```

2. Run loader process to populate orders...

```scala
```
org.finos.vuu.example.ignite.loader.IgniteOrderLoaderMain
```

3. Run the static main

```scala
```
org.finos.vuu.example.ignite.IgniteVuuMain
# required jdk 17 JVM args
Expand Down

0 comments on commit 3ec4d0f

Please sign in to comment.