Skip to content

Commit cfbf7d4

Browse files
committed
docs: update README and removed the Go runner wording
1 parent a2de68a commit cfbf7d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • workspaces/arazzo/arazzo-designer-extension

workspaces/arazzo/arazzo-designer-extension/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Arazzo Visualizer helps you understand, edit, and run [Arazzo Specification](https://www.openapis.org/arazzo-specification) workflows directly inside VS Code.
44

5-
It turns Arazzo files into interactive diagrams, keeps the diagram in sync with your code, and includes a built-in Go runner so you can try workflows against real APIs without leaving the editor.
5+
It turns Arazzo files into interactive diagrams, keeps the diagram in sync with your code, and includes a built-in runner engine so you can try workflows against real APIs without leaving the editor.
66

77
## Quick Start
88

@@ -28,7 +28,7 @@ Read complex API flows as a clear diagram instead of scanning long YAML or JSON
2828
The extension adds helpful actions above workflow definitions.
2929

3030
- **Visualize:** Open the selected workflow in the visualizer.
31-
- **Try with AI:** Run the selected workflow through Copilot and the Go runner.
31+
- **Try with AI:** Run the selected workflow through Github Copilot.
3232

3333
### GitHub Copilot Support
3434

@@ -49,9 +49,9 @@ After you save, the visualizer updates to match the latest file.
4949

5050
![Sample Demo](https://raw.githubusercontent.com/wso2/vscode-extensions/arazzo-extension/workspaces/arazzo/arazzo-designer-extension/assets/v2_visualizer_demo.gif)
5151

52-
### Run Workflows with the Go Runner
52+
### Run Workflows
5353

54-
The visualizer shows how a workflow is designed. The built-in **Go runner engine** helps you prove that the workflow actually works.
54+
The visualizer shows how a workflow is designed. The built-in **Runner Engine** helps you prove that the workflow actually works.
5555

5656
Use it to execute an Arazzo workflow from VS Code and see how each API call behaves in a real run. This makes the extension useful not only for reading workflows, but also for testing, validating, and improving them as you build.
5757

0 commit comments

Comments
 (0)