From cc329f919de18201f9f6d7e534ac9e9a597a0b49 Mon Sep 17 00:00:00 2001 From: Jeremy Postlethwaite Date: Tue, 30 Jul 2024 10:33:08 -0700 Subject: [PATCH] GH-34 - updated README --- README.md | 8 ++++---- composer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0da6b7..6770e99 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ composer cloc ``` ``` -➜ playground-test git:(develop) ✗ composer cloc +➜ playground-test git:(feature/GH-34) composer cloc > cloc --exclude-dir=output,vendor . - 159 text files. + 158 text files. 93 unique files. - 67 files ignored. + 66 files ignored. -github.com/AlDanial/cloc v 1.98 T=0.12 s (760.8 files/s, 82920.9 lines/s) +github.com/AlDanial/cloc v 1.98 T=0.15 s (615.0 files/s, 67029.5 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 85bdfa9..aad8f38 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "playground", "test" ], - "homepage": "https://gammamatrix-playground.readthedocs.io/", + "homepage": "https://github.com/gammamatrix/playground-test", "license": "MIT", "authors": [ {