From 2689697b4c21758903e5f74ec069e89be585aba2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 22 Jul 2021 17:03:00 -0700 Subject: [PATCH] formatting --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05621fdd..2d959ea6 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ pip3 install jc | Arch linux | `pacman -S jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | -| MacOS | `brew install jc` | +| macOS | `brew install jc` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | Ansible filter plugin | `ansible-galaxy collection install community.general` | diff --git a/templates/readme_template b/templates/readme_template index 4cfa92fe..da09d75d 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -100,7 +100,7 @@ pip3 install jc | Arch linux | `pacman -S jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | -| MacOS | `brew install jc` | +| macOS | `brew install jc` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | Ansible filter plugin | `ansible-galaxy collection install community.general` |