Skip to content

Commit 682c771

Browse files
committed
remove some outdated warnings
1 parent 9045055 commit 682c771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ _Finally_ we can run `npm start` and start building out our application!
5959
### Contributing
6060

6161
#### Quickstart
62-
- fork ibm/carbon-components-angular and clone it locally
62+
- fork IBM/carbon-components-angular and clone it locally
6363
- run `npm install` to grab all the dependencies, then `npm run storybook` to start storybook
6464
- **if you are adding a component**:
6565
- add a folder with your component code, styles, tests and story under `src`
@@ -69,7 +69,6 @@ _Finally_ we can run `npm start` and start building out our application!
6969
- consider adding or modifying a test case to cover the fix
7070
- follow the [Angular style guide](https://angular.io/styleguide)
7171
- be sure to run `npm test` and `npm run lint` to make sure the tests and linter pass
72-
- DO NOT change the version number.
7372
- submit a PR
7473

7574
#### Pull request guidelines

0 commit comments

Comments
 (0)