From 51f50a94f59ead183f9ab43e10efbb649868db89 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 6 Mar 2025 08:54:01 -0500 Subject: [PATCH] remove $ so cut-and-paste works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6731a4c2..0e86e997f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A high-level machine learning and deep learning library for the [PHP](https://ph ## Installation Install Rubix ML into your project using [Composer](https://getcomposer.org/): ```sh -$ composer require rubix/ml +composer require rubix/ml ``` ### Requirements