Skip to content

Commit 4e8bd73

Browse files
authored
Merge pull request #236 from carolinefrasca/main
Switch to official Modular community channel
2 parents 0cdd937 + cccc41e commit 4e8bd73

File tree

4 files changed

+1479
-1288
lines changed

4 files changed

+1479
-1288
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Lightbug currently has the following features:
3838

3939
- Logging - [@toasty/stump](https://github.com/thatstoasty/stump)
4040
- CLI and Terminal - [@toasty/prism](https://github.com/thatstoasty/prism), [@toasty/mog](https://github.com/thatstoasty/mog)
41-
- Date/Time - [@mojoto/morrow](https://github.com/mojoto/morrow.mojo) and [@toasty/small-time](https://github.com/thatstoasty/small-time)
41+
- Date/Time - [@mojoto/morrow](https://github.com/mojoto/morrow.mojo) and [@toasty/small_time](https://github.com/thatstoasty/small_time)
4242

4343
<p align="right">(<a href="#readme-top">back to top</a>)</p>
4444

@@ -49,11 +49,11 @@ The only hard dependency for `lightbug_http` is Mojo.
4949
Learn how to get up and running with Mojo on the [Modular website](https://www.modular.com/max/mojo).
5050
Once you have a Mojo project set up locally,
5151

52-
1. Add the `mojo-community` channel to your `mojoproject.toml`, e.g:
52+
1. Add the `modular-community` channel to your `mojoproject.toml`, e.g:
5353

5454
```toml
5555
[project]
56-
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/mojo-community"]
56+
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community"]
5757
```
5858

5959
2. Add `lightbug_http` as a dependency:

0 commit comments

Comments
 (0)