Skip to content

Commit 7cabf46

Browse files
authored
Update README.md
1 parent 950ff26 commit 7cabf46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
for version `1.0.0`
66
```json
7-
"com.virtuesky.disk-space-checker":"https://github.com/unity-package/disk-space-checker-unity.git#1.0.0",
7+
"com.unity-package.disk-space-checker":"https://github.com/unity-package/disk-space-checker-unity.git#1.0.0",
88
```
99

1010
## Use
@@ -18,4 +18,4 @@ for version `1.0.0`
1818
float freeSpaceGB = DiskSpaceCheck.GetAvailableDiskSizeInGB();
1919
Debug.Log($"free space available on disk: {freeSpace} / {freeSpaceMB} MB / {freeSpaceGB}.");
2020
}
21-
```
21+
```

0 commit comments

Comments
 (0)