Skip to content

Commit

Permalink
Edit product names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchasin authored and dompuiu committed Jul 14, 2022
1 parent f7096ac commit 611b2d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,14 +1,14 @@
# Experience Platform Tags Turbine (Web)
# Adobe Experience Platform Tags Turbine (Web)

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

Experience Platform Tags, by Adobe, is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Experience Platform Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).
Adobe Experience Platform Tags is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).

Turbine is the orchestrator within an Experience Platform Tags JavaScript runtime library (the library deployed on a client website) which processes previously configured rules and delegates logic to extensions.
Turbine is the orchestrator within a Tags JavaScript runtime library (the library deployed on a client website) which processes previously configured rules and delegates logic to extensions.

This project is not intended to be used directly by consumers; it is used by the Experience Platform Tags build system and incorporated into emitted runtime libraries.
This project is not intended to be used directly by consumers; it is used by the Platform Tags build system and incorporated into emitted runtime libraries.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@adobe/reactor-turbine",
"version": "27.3.3-latest",
"description": "Launch rule engine which processes rules on client websites and delegates logic to extensions.",
"description": "Tags rule engine which processes rules on client websites and delegates logic to extensions.",
"license": "Apache-2.0",
"scripts": {
"build": "npm run clean && rollup -c && npm run minify",
Expand Down

0 comments on commit 611b2d2

Please sign in to comment.