Skip to content

Commit

Permalink
Merge pull request #23 from getwilds/vortexing-patch-1
Browse files Browse the repository at this point in the history
typos repairs
  • Loading branch information
sckott authored Aug 16, 2024
2 parents 900121f + 01e1be1 commit ad6df74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (NROW(wilds_r) == 0) cat("Coming soon!") else make_lis(wilds_r)
if (NROW(wilds_py) == 0) cat("Coming soon!") else make_lis(wilds_py)
```

### Docker Recipies
### Docker Recipes

```{r docker, echo=FALSE, results="asis"}
if (NROW(wilds_docker) == 0) cat("Coming soon!") else make_lis(wilds_docker)
Expand Down

0 comments on commit ad6df74

Please sign in to comment.