Skip to content

Commit 5af756c

Browse files
committed
Added deploy section
1 parent 48b6b66 commit 5af756c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
77

88
1. [Overview](#overview)
99
2. [Getting Started](#getting-started)
10+
- [Deploy](#deploy)
1011
3. [Advanced Use Cases](#advanced-use-cases)
1112
- [Dependency Injection](#dependency-injection)
1213
- [Types of Actors](#types-of-actors)
@@ -17,16 +18,16 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
1718
- [Forward](#forward)
1819
- [Pipe](#pipe)
1920
- [State Management](#state-management)
20-
5. [Using Actors](#using-actors)
21+
4. [Using Actors](#using-actors)
2122
- [Call Named Actors](#call-named-actors)
2223
- [Call Unnamed Actors](#call-unnamed-actors)
2324
- [Async](#async)
2425
- [Timeouts](#timeouts)
25-
6. [Deploy](#deploy)
26+
5. [Deploy](#deploy)
2627
- [Defining an ActorSystem](#defining-an-actorsystem)
2728
- [Defining an ActorHost](#defining-an-actorhost)
2829
- [Activators](#activators)
29-
7. [Actor Model](#actor-model)
30+
6. [Actor Model](#actor-model)
3031
- [Virtual Actors](#virtual-actors)
3132

3233

@@ -602,6 +603,10 @@ mvn compile jib:build
602603

603604
And this is it to start! Now that you know the basics of local development, we can go a little further.
604605

606+
### Deploy
607+
608+
Please see main documentation [page](https://github.com/eigr/spawn/blob/main/docs/getting_started.md).
609+
605610
## Advanced Use Cases
606611

607612
Spawn Actors abstract a huge amount of developer infrastructure and can be used for many types of jobs.

0 commit comments

Comments
 (0)