Skip to content

Commit

Permalink
📝 fix build badge, remove outdated reference to ES
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Feb 21, 2024
1 parent 84418fb commit 5b3cad8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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).

0 comments on commit 5b3cad8

Please sign in to comment.