You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repo is meant to be used as a template for robots made for [OpenOrchestrato
4
4
5
5
## Quick start
6
6
7
-
1. To use this template simply use the repo as a template as shown [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
7
+
1. To use this template simply use this repo as a template (see [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)).
8
8
__Don't__ include all branches.
9
9
10
10
2. Go to `robot_framework/__main__.py` and choose between the linear framework or queue based framework.
@@ -34,7 +34,7 @@ Minimum python version 3.10
34
34
35
35
This framework contains two different flows: A linear and a queue based.
36
36
You should only ever use one at a time. You choose which one by going into `robot_framework/__main__.py`
37
-
and uncomment the framework you want. They are both disabled by default and an error will be
37
+
and uncommenting the framework you want. They are both disabled by default and an error will be
0 commit comments