This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala.g8.git
commit 0528f6d717020defec9f3fad8504d111820ae880 Author: PJ Fanning <[email protected]> AuthorDate: Mon Dec 4 20:53:04 2023 +0100 Update index.md --- docs/src/main/paradox/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/index.md b/docs/src/main/paradox/index.md index d50f9d5..a25f7dd 100644 --- a/docs/src/main/paradox/index.md +++ b/docs/src/main/paradox/index.md @@ -14,7 +14,7 @@ This guide highlights Pekko HTTP fundamentals in the context of a simple user re ## Prerequisite -Having a basic understanding of Pekko actors will make it easier to understand the example. If you are new to Pekko, we recommend completing the [Pekko Quickstart](https://developer.lightbend.com/guides/pekko-quickstart-scala/) guide before this tutorial. +Having a basic understanding of Pekko actors will make it easier to understand the example. You can run the Pekko HTTP example project on Linux, MacOS, or Windows. The only prerequisite is Java 8. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
