diff --git a/README.md b/README.md index 13e0907..d14ecbf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Want to make a change? Great! Here are the steps: 3. Implement your code changes for your feature: Beep boop away! Before pushing, make sure that your app builds with 'npm run build', without any errors. 4. Update your local branch with changes from main branch. ``` - git merge main + git merge master ``` 5. Once you're ready, stage and commit your changes. ``` diff --git a/package-lock.json b/package-lock.json index 4d74258..e85d400 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "bias-by-us", "version": "1.0.0", "license": "MIT", "devDependencies": {