Skip to content

Commit

Permalink
fix Express.js title in starter references.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed May 2, 2023
1 parent d045357 commit 0a41523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/docs/src/docs/2.1.0/helloworld-example-che.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This guide will run through creating a simple hello world devfile project using
1. Sign in / Sign up with a free Red Hat account and use [Che Developer Sandbox](https://developers.redhat.com/developer-sandbox/ide)
2. Setup a [local instance of Eclipse Che](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-locally/)

2. For the hello world example, we will create a simple [hello world expressjs](https://expressjs.com/en/starter/hello-world.html) application
2. For the hello world example, we will create a simple [hello world Express.js](https://expressjs.com/en/starter/hello-world.html) application

3. In Eclipse Che, create an empty workspace

Expand Down
2 changes: 1 addition & 1 deletion libs/docs/src/docs/no-version/helloworld-example-odo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide will run through creating a simple hello world devfile project using

1. Install `odo` version 3 if you do not already have it by following the [Installation guide](https://odo.dev/docs/overview/installation)

2. Create a directory to store a simple [hello world expressjs](https://expressjs.com/en/starter/hello-world.html) application
2. Create a directory to store a simple [hello world Express.js](https://expressjs.com/en/starter/hello-world.html) application

```json {% title="package.json file" filename="package.json" %}
{
Expand Down

0 comments on commit 0a41523

Please sign in to comment.