From 2f26379607d6829f598c03e06de6ebc0b38880d6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 15 Apr 2024 19:22:04 -0400 Subject: Use ini, not shell highlighting --- README.md | 4 ++-- 1 file 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 -- cgit