Skip to content

Commit e06971e

Browse files
committed
Minor fixes
1 parent 5dad56c commit e06971e

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
@@ -4,7 +4,7 @@ This repo is meant to be used as a template for robots made for [OpenOrchestrato
44

55
## Quick start
66

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)).
88
__Don't__ include all branches.
99

1010
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
3434

3535
This framework contains two different flows: A linear and a queue based.
3636
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
3838
raised to remind you if you don't choose.
3939

4040
### Linear Flow

0 commit comments

Comments
 (0)