ados-rcm 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
15
15
 
16
16
  ```
17
17
  cd existing_repo
18
- git remote add origin http://192.168.1.37/ados/arcm.git
18
+ git remote add origin http://192.168.1.37/ados/rcm.git
19
19
  git branch -M main
20
20
  git push -uf origin main
21
21
  ```