Fix old repo org name in README.md and CONTRIBUTING.md

This commit is contained in:
Alex Rock Ancelet 2023-09-27 16:19:03 +02:00
commit c7c4950b45
No known key found for this signature in database
GPG key ID: 11649C042A79165A
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ cd carbon-components-svelte
Set the original repository as the upstream:
```sh
git remote add upstream git@github.com:IBM/carbon-components-svelte.git
git remote add upstream git@github.com:carbon-design-system/carbon-components-svelte.git
# verify that the upstream is added
git remote -v
```