Skip to content

Commit ee13b42

Browse files
Jeff Chasindompuiu
andauthored
Edit product names (#7)
Co-authored-by: Serban Andrei Stancu <[email protected]>
1 parent 57151f0 commit ee13b42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Launch Turbine Edge
1+
# Adobe Experience Platform event forwarding Turbine Edge
22

33
[![Build Status](https://img.shields.io/github/workflow/status/adobe/reactor-turbine-edge/ci?style=flat)](https://github.com/adobe/reactor-turbine-edge/actions)
44
[![Coverage Status](https://coveralls.io/repos/github/adobe/reactor-turbine-edge/badge.svg?branch=master)](https://coveralls.io/github/adobe/reactor-turbine-edge?branch=master)
55
[![npm (scoped with tag)](https://img.shields.io/npm/v/@adobe/reactor-turbine-edge.svg?style=flat)](https://www.npmjs.com/package/@adobe/reactor-turbine-edge)
66

7-
Adobe Experience Platform Launch Server Side (Launch Server Side), is a next-generation solution that allows running JS code on server.
7+
Adobe Experience Platform event forwarding is a next-generation solution that allows running JavaScript code on Adobe servers.
88

9-
Turbine Edge is the orchestrator within a Launch Server Side runtime library (the library deployed on the server) which processes previously configured rules and delegates logic to extensions.
9+
Turbine Edge is the orchestrator within an event forwarding runtime library (the library deployed on the server) which processes previously configured rules and delegates logic to extensions.
1010

11-
This project is not intended to be used directly by consumers; it is used by the Launch build system and incorporated into emitted runtime libraries.
11+
This project is not intended to be used directly by consumers; it is used by the event forwarding build system and incorporated into emitted runtime libraries.
1212

1313
## Contributing
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/reactor-turbine-edge",
33
"version": "2.3.1",
4-
"description": "Launch rule engine which processes rules on client websites and delegates logic to extensions.",
4+
"description": "Rule engine that processes rules on Adobe Experience Platform Edge Network and delegates logic to extensions.",
55
"license": "Apache-2.0",
66
"main": "dist/engine-server.min.js",
77
"scripts": {

0 commit comments

Comments
 (0)