From fe8e24c4ad8ac9900c9109dd7d3fab82c42c1e8c Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 4 Dec 2023 05:57:25 -0500 Subject: [PATCH] remove $ to gitclip works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bf481..6b6de47 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ PHP code generation based on AST. ## Installation ```bash -$ composer require open-code-modeling/php-code-ast +composer require open-code-modeling/php-code-ast ``` ## Usage