ados-rcm 1.0.4 → 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 +1 -1
- package/dist/index.cjs.js +203 -222
- package/dist/index.d.ts +27 -1
- package/dist/index.es.js +37352 -34039
- package/package.json +43 -24
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/
|
|
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
|
```
|