From 5b3cad81971a0d5cb3f7bb2c26e73aa79056dfa4 Mon Sep 17 00:00:00 2001 From: ctcpip Date: Tue, 20 Feb 2024 20:18:23 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20build=20badge,=20remove=20?= =?UTF-8?q?outdated=20reference=20to=20ES?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ace67e59b..45a30ca0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [![Fortune.js](https://fortunejs.github.io/fortune/assets/fortune_logo.svg)](http://fortune.js.org) -[![Build Status](https://img.shields.io/travis/fortunejs/fortune/master.svg?style=flat-square)](https://travis-ci.org/fortunejs/fortune) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/fortunejs/fortune/test.yml) [![npm Version](https://img.shields.io/npm/v/fortune.svg?style=flat-square)](https://www.npmjs.com/package/fortune) [![License](https://img.shields.io/npm/l/fortune.svg?style=flat-square)](https://raw.githubusercontent.com/fortunejs/fortune/master/LICENSE) @@ -155,11 +155,6 @@ Fortune.js implements its own [wire protocol](https://github.com/fortunejs/fortu - **No** coupling with network protocol, handle requests from anywhere. -## Requirements - -Fortune.js is written in ECMAScript 5.1, with one ECMAScript 6 addition: **Promise**. Most of its public API returns Promises to be compatible with future editions of the language. - - ## License This software is licensed under the [MIT license](https://raw.githubusercontent.com/fortunejs/fortune/master/LICENSE).