From e597af2a130ba42e701a5509a47bd6e553df8e8b Mon Sep 17 00:00:00 2001 From: puffer Date: Sat, 14 Oct 2023 07:59:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 085e84b5..065ec297 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ The P programming language ![Last Commit](https://img.shields.io/github/last-commit/p-programming-language/plang) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/p-programming-language/plang) ![GitHub top language](https://img.shields.io/github/languages/top/p-programming-language/plang) -![Lines of Code](https://img.shields.io/tokei/lines/github/p-programming-language/plang) ![license](https://img.shields.io/github/license/p-programming-language/plang) @@ -94,4 +93,4 @@ yarn run - Type casting (`value as T`) - Throw statement - Switch statement -- Classes (in progress) \ No newline at end of file +- Classes (in progress)