Skip to content

Commit

Permalink
updated links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Sep 4, 2021
1 parent a6bf05c commit 87fc587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
![Size](https://img.shields.io/bundlephobia/minzip/pactum)
![Platform](https://img.shields.io/node/v/pactum)

![Stars](https://img.shields.io/github/stars/pactumjs/pactum?style=social)
![Twitter](https://img.shields.io/twitter/follow/pactumjs?label=Follow&style=social)
[![Stars](https://img.shields.io/github/stars/pactumjs/pactum?style=social)](https://github.com/pactumjs/pactum/stargazers)
[![Twitter](https://img.shields.io/twitter/follow/pactumjs?label=Follow&style=social)](https://twitter.com/pactumjs)

#### REST API Testing Tool for all levels in a Test Pyramid

Expand Down Expand Up @@ -125,7 +125,7 @@ Scenario: Check Tea Pot
```js
// steps.js
const pactum = require('pactum');
const { Given, When, Then, Before } = require('cucumber');
const { Given, When, Then, Before } = require('@cucumber/cucumber');

let spec = pactum.spec();

Expand Down Expand Up @@ -180,7 +180,7 @@ Inspired from [frisby](https://docs.frisbyjs.com/) and [pact](https://docs.pact.

## Support

Like this project! Star it on [Github](https://github.com/pactumjs/pactum/stargazers). Your support means a lot to us.
Like this project! Star it on [Github](https://github.com/pactumjs/pactum/stargazers) and follow on [Twitter](https://twitter.com/pactumjs). Your support means a lot to us.

## Contributors

Expand Down

0 comments on commit 87fc587

Please sign in to comment.