Skip to content

Commit

Permalink
Merge pull request #370 from omahs/patch-1
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
nitinmittal23 committed Jul 13, 2023
2 parents 0030e1e + 7a14a45 commit ed0f1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ _Branch naming convention:_

_Note: No strict convention while naming branch, but try to keep it meaningful for your team members to understand._

3. Add files to be commited and then commit changes to your local machine `git commit -m <commit-message>`
3. Add files to be committed and then commit changes to your local machine `git commit -m <commit-message>`

_Commit message convention:_
- Feature - `feat: integrate token balances`
Expand All @@ -23,4 +23,4 @@ _Note: Keep commit message meaningful for your team members to understand while

7. Create a merge/pull request against `master` branch.

_Note: Dont push changes to `master` branch directly. Write proper description of the changes while creating merge/pull request_
_Note: Don't push changes to `master` branch directly. Write proper description of the changes while creating merge/pull request_
4 changes: 2 additions & 2 deletions examples/README.md
@@ -1,6 +1,6 @@
# Example

This folder contains different example for different cases. All example are nodejs script, so can be easily run by `node` command.
This folder contains different examples for different cases. All examples are nodejs scripts, so can be easily run by `node` command.

- plasma - plasma folder contains examples related to plasma api
- pos - pos folder contains examples related to pos api
Expand All @@ -13,7 +13,7 @@ You need to configure your environment variables now. Copy `.env.example` and re

There are some prefilled data in `config.js` but feel free to change anything as per your needs.

**Note:** - Be careful with your private key, Use a key you are comfortable with for development purpose. And try not to make it public by doing actions such as commiting to repo or referencing on any online site.
**Note:** - Be careful with your private key, Use a key you are comfortable with for development purposes. And try not to make it public by doing actions such as committing to repo or referencing on any online site.

### 2. Install package

Expand Down

0 comments on commit ed0f1de

Please sign in to comment.