Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
fix(readme): fix readme and incorrect license attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jun 17, 2022
1 parent e90b977 commit 38f2a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Forcemula


### Forked from https://github.com/pgonzaleznetwork/forcemula

### Extract metadata from Salesforce formulas

`forcemula` in a `NPM` javascript module that helps with extracting the fields, objects, custom settings, etc., out of Salesforce formulas.
Expand All @@ -21,6 +23,7 @@ This makes it easy and safe to plug it into your existing product.
## Contents

- [Forcemula](#forcemula)
- [Forked from https://github.com/pgonzaleznetwork/forcemula](#forked-from-httpsgithubcompgonzaleznetworkforcemula)
- [Extract metadata from Salesforce formulas](#extract-metadata-from-salesforce-formulas)
- [Contents](#contents)
- [Why should I use this?](#why-should-i-use-this)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"watch": "jest --silent=false --verbose --detectOpenHandles --coverage --watchAll",
"test:coverage": "jest --silent=false --verbose --detectOpenHandles --coverage"
},
"author": "Pablo Gonzalez",
"license": "ISC",
"author": "dxatscale",
"license": "MIT",
"devDependencies": {
"jest": "^27.5.1"
},
Expand Down

0 comments on commit 38f2a5d

Please sign in to comment.