From 0b5980fd549093a69613bf8ac7937110eea5602a Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Thu, 21 Mar 2024 13:30:22 -0400 Subject: [PATCH] Ran prettier --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94edc956f..aa0dbe791 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ ASPNETCORE_ENVIRONMENT=development dotnet swagger tofile --output ../../identity ### OpenApi Generator -Make sure you have the nightly toolchain installed with `rustup`. We need this to run `cargo +nightly fmt` in the `build-api.sh` script below. +Make sure you have the nightly toolchain installed with `rustup`. We need this to run +`cargo +nightly fmt` in the `build-api.sh` script below. ```bash rustup toolchain install nightly