Skip to content

Commit

Permalink
fix texts
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 authored Oct 10, 2024
1 parent a557359 commit 121af13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steps/02_create_node_server_prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ startFlow:
person: lucca
messages:
- text: Alright, the Python server is working. Now, let's use a bit of Copilot magic.
- text: "Then, open GitHub Copilot chat and use the '@workspace /new' option to create a new project and put it under a `node-server` folder. We want a simple Node.js server with Docker. Here's an example prompt you can use:"
- text: "![](${copiloticon.png})"
- text: "Open GitHub Copilot chat and use the '@workspace /new' option to create a new project and put it under a `node-server` folder. We want a simple Node.js server with Docker. Here's an example prompt you can use:"
- text: |
```
@workspace /new Scaffold code for a simple JS express server that has no endpoints.
Expand Down

0 comments on commit 121af13

Please sign in to comment.