diff --git a/docs/examples/websocket.md b/docs/examples/websocket.md index ca6746d7ef..52d5683617 100644 --- a/docs/examples/websocket.md +++ b/docs/examples/websocket.md @@ -4,7 +4,7 @@ title: "WebSocket Example" sidebar_label: "WebSocket Server & Client" --- -This example shows how to create a WebSocket server using ZIO Http and how to write a client to connect to it. +This example shows how to create a WebSocket server using ZIO HTTP and how to write a client to connect to it. ## Server diff --git a/docs/index.md b/docs/index.md index 2714a35e1c..842e798647 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ --- id: index -title: "Introduction to ZIO Http" -sidebar_label: "ZIO Http" +title: "Introduction to ZIO HTTP" +sidebar_label: "ZIO HTTP" --- ZIO HTTP is a scala library for building http apps. It is powered by ZIO and [Netty](https://netty.io/) and aims at being the defacto solution for writing, highly scalable and performant web applications using idiomatic Scala. @@ -37,7 +37,7 @@ libraryDependencies += "dev.zio" %% "zio-http" % "@VERSION@" **NOTES ON VERSIONING:** -- Older library versions `1.x` or `2.x` with organization `io.d11` of ZIO Http are derived from Dream11, the organization that donated ZIO Http to the ZIO organization in 2022. +- Older library versions `1.x` or `2.x` with organization `io.d11` of ZIO HTTP are derived from Dream11, the organization that donated ZIO HTTP to the ZIO organization in 2022. - Newer library versions, starting in 2023 and resulting from the [ZIO organization](https://dev.zio) started with `0.0.x`, reaching `1.0.0` release candidates in April of 2023 ## Getting Started diff --git a/docs/installation.md b/docs/installation.md index bfc8b5afca..2dd6ffb6b4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,7 +20,7 @@ libraryDependencies += "dev.zio" %% "zio-http" % "@VERSION@" ## Using g8 Template -To set up a ZIO Http project using the provided g8 template we can run the following command on our terminal: +To set up a ZIO HTTP project using the provided g8 template we can run the following command on our terminal: ```shell sbt new zio/zio-http.g8 diff --git a/docs/reference/aop/handler_aspect.md b/docs/reference/aop/handler_aspect.md index bed8cd66bf..7fdfe57073 100644 --- a/docs/reference/aop/handler_aspect.md +++ b/docs/reference/aop/handler_aspect.md @@ -535,7 +535,7 @@ val route = If we deploy this route and send a GET request to the `/internal-error` route with the `Accept: text/html` header, we will get the following response body: ```html -