Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty authored Sep 18, 2024
1 parent 86beaf7 commit 5e9632a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mog

![Mog example](https://github.com/thatstoasty/mog/blob/update-layout/doc/images/mog.png)
![Mog example](https://github.com/thatstoasty/mog/blob/main/doc/images/mog.png)

Style definitions for nice terminal layouts.

Expand All @@ -18,7 +18,7 @@ Style definitions for nice terminal layouts.
2. Next, add `mog` to your project's dependencies by running `magic add mog`.
3. Finally, run `magic install` to install in `mog` and its dependencies. You should see the `.mojopkg` files in `$CONDA_PREFIX/lib/mojo/`.

![Mog example](https://github.com/thatstoasty/mog/blob/update-layout/doc/images/layout.png)
![Mog example](https://github.com/thatstoasty/mog/blob/main/doc/images/layout.png)

Mog takes an expressive, declarative approach to terminal rendering.
Users familiar with CSS will feel at home with Mog.
Expand Down

0 comments on commit 5e9632a

Please sign in to comment.