Skip to content

Commit b5f36bb

Browse files
authored
addressing editorial feedback
1 parent edd9455 commit b5f36bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generate Starter Workflow for MATLAB
22

3-
Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) to create a starter workflow for a repository that contains MATLAB® code and Simulink® models. You can use the generated workflow as a foundation for defining your own custom workflow.
3+
Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) to create a starter workflow for a repository that contains MATLAB® code or Simulink® models. You can use the generated workflow as a starting point for your own custom workflow.
44

55
To generate a starter workflow for your repository, in the workflow generation interface:
66

@@ -16,7 +16,7 @@ To generate a starter workflow for your repository, in the workflow generation i
1616

1717
The workflow generator automatically displays the starter workflow in the workflow editor of your repository. Modify the generated workflow as needed, and commit your changes to save the workflow file in the `.github/workflows` directory of your repository.
1818

19-
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
19+
For more information about the GitHub actions for MATLAB that you can use in your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
2020

2121
## See Also
2222

0 commit comments

Comments
 (0)