Skip to content

Commit

Permalink
fix(repo): typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 3, 2024
1 parent 115f8b1 commit 999d474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/repo/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Internal packages used in other packages are imported by referencing the `lib` /
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./src/*": "./lib/*"
"./lib/*": "./lib/*"
},
```

Expand Down
4 changes: 2 additions & 2 deletions docs/repo/MASCOT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Logo
# Mascot

![blue dragon](./assets/pnpm-nx-lerna-dragon-logo.png)
<img src="./assets/pnpm-nx-lerna-dragon-logo.png" alt="blue dragon" width="512" height="512" />

I had some fun with chatgpt's dall-e and fed it logos of pnpm, nx, and lerna; the core software this monorepo uses to manage multiple apps and packages. After several prompts and tweaks, I settled on this image of a blue dragon.

Expand Down

0 comments on commit 999d474

Please sign in to comment.