From ba52b0efefde9686ccddea1a87f9c521c63254f5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 16 Jun 2024 20:16:17 +0200 Subject: [PATCH] Refactor code for speed and clarity --- .github/workflows/format.yml | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 81e1018..ce7ff4f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,9 +6,9 @@ name: Ultralytics Actions on: push: - branches: [main,master] + branches: [main, master] pull_request: - branches: [main,master] + branches: [main, master] jobs: format: diff --git a/README.md b/README.md index 862edf0..3a652e3 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ To get started with the NUDAR simulations, ensure that you have MATLAB (version Please follow these steps to prepare your work environment: 1. Clone the Common Functions repository for MATLAB: - ```shell - $ git clone https://github.com/ultralytics/functions-matlab - ``` + ```shell + $ git clone https://github.com/ultralytics/functions-matlab + ``` 2. Add the repository to your MATLAB path by running: - ```matlab - >> addpath(genpath('/functions-matlab')) - ``` + ```matlab + >> addpath(genpath('/functions-matlab')) + ``` **Note:** You should also have the following toolboxes installed in your MATLAB environment: