Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix coverage badge
  • Loading branch information
ZJONSSON authored Apr 14, 2024
1 parent ecbe757 commit 0cf2191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Test Coverage][circle-image]][circle-url]
[![Coverage][coverage-image]][coverage-url]

[![Coverage](https://zjonsson.github.io/clues/badge.svg)](https://zjonsson.github.io/clues/)

**clues.js** is a lean-mean-promisified-getter-machine that crunches through nested javascript objects, resolving functions (including ES6 arrow functions), values and promises. Clues consists of a single getter function (~300 loc) that dynamically resolves dependency trees and memoizes resolutions (derived facts) along the way. It handles the ordering of execution and allows you to think more about the logic of determining the result of a calculation, whether the inputs to those calculations are known values, functions, or asynchronous calls.

Expand Down

0 comments on commit 0cf2191

Please sign in to comment.