Skip to content

Commit 5a9af67

Browse files
authored
Update README.md
1 parent b0e748e commit 5a9af67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@ Quick Get A JSON Body
3030
```
3131

3232
### What's new in 0.9
33-
Session less keywords are now available, you can just `GET`, `POST`, etc.. no need to create a session anymore!
33+
Sessionless keywords are now available, you can just `GET`, `POST`, etc.. no need to create a session anymore!
3434
```robotframework
3535
${resp}= GET https://www.google.com
3636
```
3737

38+
`Status Should Be` and `Request Should Be Successfull` can use the last response, no need to pass the response anymore!
39+
```robotframework
40+
GET https://www.google.com
41+
Status Should Be 200
42+
```
43+
3844
### What's new in 0.8
3945

4046
**New keywords structure:**

0 commit comments

Comments
 (0)