From e89b1ee05553130f8b4b6529859e9a009ac0a656 Mon Sep 17 00:00:00 2001 From: PoChangSu Date: Tue, 21 Jul 2020 13:25:08 +0900 Subject: [PATCH] update README.md --- Assets/VRM/README.md | 2 -- Assets/VRMShaders/README.md | 2 -- 2 files changed, 4 deletions(-) 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", - // ... } } ```