diff --git a/Assets/VRM/README.md b/Assets/VRM/README.md index 043e465a7..25928f1f0 100644 --- a/Assets/VRM/README.md +++ b/Assets/VRM/README.md @@ -11,9 +11,7 @@ or add git URL in `/UniVRM/Packages/manifest.json` ```json { "dependencies": { - // ... "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM", - // ... } } ``` diff --git a/Assets/VRMShaders/README.md b/Assets/VRMShaders/README.md index a169a3d77..0a2df9db1 100644 --- a/Assets/VRMShaders/README.md +++ b/Assets/VRMShaders/README.md @@ -11,9 +11,7 @@ or add git URL in `/UniVRM/Packages/manifest.json` ```json { "dependencies": { - // ... "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders", - // ... } } ```