diff --git a/README.md b/README.md
index 6c3b884..e7b22f9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Solid-PREP
-Solid-PREP defines representation and semantics for notifications sent from [LDP Resources](https://www.w3.org/TR/ldp/#ldpr) hosted on **[Solid](https://solidproject.org) PODS** using the **[Per Resource Events](https://cxres.github.io/prep/draft-gupta-httpbis-per-resource-events.html)** Protocol.
+Solid-PREP defines representation and semantics for notifications sent from [LDP Resources](https://www.w3.org/TR/ldp/#ldpr) hosted on **[Solid](https://solidproject.org) servers** using the **[Per Resource Events](https://cxres.github.io/prep/draft-gupta-httpbis-per-resource-events.html)** Protocol.
## Protocol
diff --git a/src/index.bs b/src/index.bs
index 58737c3..646dcb8 100644
--- a/src/index.bs
+++ b/src/index.bs
@@ -20,7 +20,7 @@ Editor: Rahul Gupta, https://cxres.pages.dev/profile/#i
!Authors: Rahul Gupta
!Authors: elf Pavlik
Abstract:
- Solid-PREP defines representation and semantics for notifications sent from LDP Resources hosted on Solid PODS using the Per Resource Events Protocol.
+ Solid-PREP defines representation and semantics for notifications sent from LDP Resources hosted on Solid servers using the Per Resource Events Protocol.
Status Text:
This section describes the status of this document at the time of its publication.
diff --git a/src/sections/introduction.md b/src/sections/introduction.md
index 57e0d04..f59177e 100644
--- a/src/sections/introduction.md
+++ b/src/sections/introduction.md
@@ -2,7 +2,7 @@
*This section is non-normative.*
-Solid [[SOLID-PROTOCOL]] uses linked data to interconnect data across decentralized data stores called PODS. [SUPER] [[PREP]] allows servers to transmit notifications over HTTP that can be customized for any given resource. This specification defines representation and semantics for [PREP] notifications sent from linked data resources hosted on Solid PODS.
+Solid [[SOLID-PROTOCOL]] uses linked data to interconnect data across decentralized data stores. [SUPER] [[PREP]] allows servers to transmit notifications over HTTP that can be customized for any given resource. This specification defines representation and semantics for [PREP] notifications sent from linked data resources hosted on Solid servers.
## Audience ## {#intended-audience}
@@ -10,5 +10,5 @@ Solid [[SOLID-PROTOCOL]] uses linked data to interconnect data across decentrali
This specification is for:
-+ [Server developers](http://data.europa.eu/esco/occupation/a7c1d23d-aeca-4bee-9a08-5993ed98b135) who wish to enable clients to listen for updates to LDP Resources on Solid PODS.
-+ [Application developers](http://data.europa.eu/esco/occupation/c40a2919-48a9-40ea-b506-1f34f693496d) who wish to implement a client to listen for updates to LDP Resources on Solid PODS.
++ [Server developers](http://data.europa.eu/esco/occupation/a7c1d23d-aeca-4bee-9a08-5993ed98b135) who wish to enable clients to listen for updates to LDP Resources on Solid servers.
++ [Application developers](http://data.europa.eu/esco/occupation/c40a2919-48a9-40ea-b506-1f34f693496d) who wish to implement a client to listen for updates to LDP Resources on Solid servers.