Skip to content

Commit

Permalink
Merge pull request #1 from Mastercard/dummy
Browse files Browse the repository at this point in the history
docs(readme): improve readme
  • Loading branch information
joseph-neeraj authored Nov 6, 2023
2 parents 7a32884 + 6412240 commit 330481e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mastercard Postman Encryption Lib
Library for encrypting mastercard api requests in postman

### Usage
## Usage
I postman :

- Copy the contents of the [minified bundle](#build-the-minified-bundle-file) // update this link to the releases page
Expand Down Expand Up @@ -40,6 +40,7 @@ The output will be created in the `dist/` directory.


## Contributing

This repository follows [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) and commit messages should follow this format.

If you're unfamiliar with this, instead of `git commit`, run:
Expand All @@ -60,3 +61,4 @@ On PR merge, release is handled automatically by the [semantic-release tool](htt
- Update the version in `package.json`
- Update the [CHANGELOG](./CHANGELOG.md) using the commit messages
- Create a [github release](https://github.com/Mastercard/postman-encryption-lib/releases) with the minified file.

0 comments on commit 330481e

Please sign in to comment.