Skip to content

Commit 10ca702

Browse files
committed
fix a few copy/paste mistakes
1 parent 62ed84d commit 10ca702

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then just run `wally install`.
3535
Model files are uploaded to every release as `.rbxmx` files. You can download the file from the [Releases page](https://github.com/Bytebit-Org/roblox-DestroyedInstanceLogging/releases) and load it into your project however you see fit.
3636

3737
### From model asset
38-
New versions of the asset are uploaded with every release. The asset can be added to your Roblox Inventory and then inserted into your Place via Toolbox by getting it [here.](https://www.roblox.com/library/7881304458/Player-Statistics-Package)
38+
New versions of the asset are uploaded with every release. The asset can be added to your Roblox Inventory and then inserted into your Place via Toolbox by getting it [here.](https://www.roblox.com/library/9164245379/Destroyed-Instance-Logging-Package)
3939

4040
## Documentation
4141
Documentation can be found [here](https://github.com/Bytebit-Org/roblox-DestroyedInstanceLogging/tree/master/docs), is included in the TypeScript files directly, and was generated using [TypeDoc](https://typedoc.org/).

wally.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
registry = "test"
44

55
[[package]]
6-
name = "bytebit/player-statistics"
7-
version = "1.0.3"
6+
name = "bytebit/destroyed-instance-logging"
7+
version = "0.0.1"
88
dependencies = []

wally.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "bytebit/player-statistics"
3-
description = "A generic, type-safe package for Roblox development made with roblox-ts for giving out rewards to players who achieve specified objectives based on their player statistics."
4-
version = "1.0.3"
2+
name = "bytebit/destroyed-instance-logging"
3+
description = "Just a simple set of functions for making consistent destroyed instance logs."
4+
version = "0.0.1"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)