Skip to content

Commit

Permalink
Fix typos in Getting Started section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswhybrow committed Apr 10, 2024
1 parent 8c4041a commit 123cd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ nix develop -c modd

- `./assets` contains a markdown file for each article or transcription.
- `./assets/todo` contains a markdown file for assets without transcriptions.
- `./github/workflows/gh-pages` auto deploys this repo to https://raypeat.rode
- `./github/workflows/gh-pages` auto deploys this repo to https://raypeat.rodeo
- `./cmd/ray-peat-rodeo` is the code that builds the website from the markdown
assets.
- `./cmd/whisper-json2md` is a custom tool to massage AI transcripts to
markdown.
markdown (see [here](#ai-transcription)).
- `./internal` contains this projects unique features, especially
`./internal/markdown` and `./internal/cache/` which provide custom markdown
plugins and automatic caching of remote data (e.g. GitHub issue titles).
Expand All @@ -34,7 +34,7 @@ making a near instant dev cycle.

- `./flake.nix` & `./flake.lock` tell the `nix` command how to do everything
for us, for example the dev server (lauched by `nix develop -c modd`), tells
nix to examine `./flake.nix` enter a the custom shell environment defined
nix to examine `./flake.nix` enter the custom shell environment defined
there, and run the command `modd` which is our dev server of choice.
- `./gomod2nix.toml` in conjunction with `./flake.nix` helps the `nix` command
build this project. It's autogenerated by running `nix develop -c gomod2nix`.
Expand Down

0 comments on commit 123cd3c

Please sign in to comment.