Skip to content

Commit f7d277c

Browse files
author
Laura Ojala
committed
Fix typos
1 parent f486462 commit f7d277c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Beginners Guide for Robot Framework
1+
# Beginners Guide to Robot Framework
22

33
## Introduction
44

@@ -16,7 +16,7 @@ python --version
1616
```
1717
pip install robotframework
1818
```
19-
If installation was succesfull, this command prints robot version:
19+
If installation was succesful, this command prints robot version:
2020
```
2121
robot --version
2222
```
@@ -32,7 +32,7 @@ Option 2: Or if you use Windows, run Python using command `py -m `:
3232
```
3333
py -m pip install robotframework
3434
```
35-
and for checking if installation was succesfull:
35+
and for checking if installation was succesful:
3636
```
3737
py -m robot --version
3838
```

0 commit comments

Comments
 (0)