From d7d8b4a197b480ce77226f61b6ecb246fef9d3c1 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 9 Mar 2021 12:50:29 -0500 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af004df..47724fe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # PHP Kilo -[![Build Status](https://jenkins.timshomepage.net/buildStatus/icon?job=timw4mail%2Fphp-kilo%2Fmaster)](https://jenkins.timshomepage.net/job/timw4mail/job/php-kilo/job/master/) +[![Build Status](https://jenkins.timshome.page/buildStatus/icon?job=timw4mail%2Fphp-kilo%2Fmaster)](https://jenkins.timshome.page/job/timw4mail/job/php-kilo/job/master/) -A reimplementation of the [Kilo](https://viewsourcecode.org/snaptoken/kilo/index.html) tutorial in PHP. Requires PHP 7.4, -due to requiring the `FFI` extension. +A reimplementation of the [Kilo](https://viewsourcecode.org/snaptoken/kilo/index.html) tutorial in PHP. Requires PHP 8. ## Implementation notes: