Skip to content

Commit

Permalink
Remove wally linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Sep 1, 2024
1 parent dd9ff63 commit cec7d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ pnpm add @rbxts/rlog
yarn add @rbxts/rlog
```

### Wally

```toml
[dependencies]
Reflex = "daymxn/[email protected]"
```

## Overview

rLog is a Context-based server-side logging framework for ROBLOX, designed to help organize and structure your logging process.
Expand Down Expand Up @@ -157,7 +150,8 @@ You can either checkout our [Quick Start](https://rlog.daymxn.com/docs/quick-sta
## Roadmap

- Add social preview to github repo after going public

- Add publishing for wally
- Add docs for lua usage
- Separate provided sinks into a sub package
- Support google cloud console logging
- Migrate tests to individual files
Expand Down
8 changes: 0 additions & 8 deletions wiki/docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ pnpm add @rbxts/rlog
yarn add @rbxts/rlog
```

</TabItem>
<TabItem value="wally">

```toml title="wally.toml"
[dependencies]
Reflex = "daymxn/[email protected]"
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit cec7d0e

Please sign in to comment.