aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-15 19:22:04 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-15 19:22:04 -0400
commit2f26379607d6829f598c03e06de6ebc0b38880d6 (patch)
treeae58483d678f7a2aeec5b69aacd374f8755ef60f
parent98f5f8ddd231729abc0b6b72b1a8dff0917d8d5f (diff)
downloadstasis-2f26379607d6829f598c03e06de6ebc0b38880d6.tar.gz
Use ini, not shell highlighting
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 443dd5f..2ac4df7 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ python = 3.12
The `[conda]` section instructs OMC how to obtain the conda installer of your choice, and defines the packages to be installed into the delivery's release environment.
-```shell
+```ini
[conda]
; e.g. Download Miniforge3-23.11.0-0 for the current system platform and architecture
installer_name = Miniforge3
@@ -113,7 +113,7 @@ pip_packages =
Create some test cases for packages.
-```shell
+```ini
[test:our_cool_program]
version = 1.2.3
repository = https://github.com/org/our_cool_program