From 9c7960dc263a7f5b6bd616da2f7991d9d6acf3ff Mon Sep 17 00:00:00 2001 From: Adam Jeniski <45019515+Ajetski@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:43:41 -0500 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d4e62cc..bdbc95f 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,4 @@ My rust solutions for [Advent of Code](https://adventofcode.com) [![Tests](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml/badge.svg)](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml) -Navigate to one of the folder for a given year, then use `cargo test` to run its test cases. +Navigate to the folder for a given year, then use `cargo test` to run its test cases.