Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit bec2715

Browse files
authored
docs(readme): update project name and links
1 parent 24fc49b commit bec2715

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Helix Service
1+
# Helix Data Embed
22

3-
> An example service to be used in and with Project Helix
3+
> Turns structured data from data sources around the web into nice JSON arrays that can be embedded using Helix-Pipeline
44
55
## Status
6-
[![codecov](https://img.shields.io/codecov/c/github/adobe/helix-service.svg)](https://codecov.io/gh/adobe/helix-service)
7-
[![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-service.svg)](https://circleci.com/gh/adobe/helix-service)
8-
[![GitHub license](https://img.shields.io/github/license/adobe/helix-service.svg)](https://github.com/adobe/helix-service/blob/master/LICENSE.txt)
9-
[![GitHub issues](https://img.shields.io/github/issues/adobe/helix-service.svg)](https://github.com/adobe/helix-service/issues)
10-
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-service.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-service)
11-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Greenkeeper badge](https://badges.greenkeeper.io/adobe/helix-service.svg)](https://greenkeeper.io/)
6+
[![codecov](https://img.shields.io/codecov/c/github/adobe/helix-data-embed.svg)](https://codecov.io/gh/adobe/helix-data-embed)
7+
[![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-data-embed.svg)](https://circleci.com/gh/adobe/helix-data-embed)
8+
[![GitHub license](https://img.shields.io/github/license/adobe/helix-data-embed.svg)](https://github.com/adobe/helix-data-embed/blob/master/LICENSE.txt)
9+
[![GitHub issues](https://img.shields.io/github/issues/adobe/helix-data-embed.svg)](https://github.com/adobe/helix-data-embed/issues)
10+
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-data-embed.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-data-embed)
11+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1212

1313
## Installation
1414

1515
## Usage
1616

1717
```bash
18-
curl https://adobeioruntime.net/api/v1/web/helix/helix-services/service@v1
18+
curl https://adobeioruntime.net/api/v1/web/helix/helix-services/data-embed@v1/https://blogs.adobe.com/psirt/?feed=atom
1919
```
2020

2121
For more, see the [API documentation](docs/API.md).
2222

2323
## Development
2424

25-
### Deploying Helix Service
25+
### Deploying Helix Data Embed
2626

27-
Deploying Helix Service requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace.
27+
Deploying Helix Data Embed requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace.
2828

29-
All commits to master that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/service@ci<num>` and tagged with the CI build number.
29+
All commits to master that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/data-embed@ci<num>` and tagged with the CI build number.

0 commit comments

Comments
 (0)