Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
twoojoo committed Feb 10, 2024
1 parent b276155 commit 7b4e192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# jsjq - jq with ECMAScript syntax

[![npm version](https://img.shields.io/npm/v/jsjq.svg)](https://www.npmjs.com/package/jsjq)
[![Build Status](https://github.com/twoojoo/jsjq/actions/workflows/npm-publish/badge.svg)](https://github.com/twoojoo/jsjq/actions)
[![Test Status](https://github.com/twoojoo/jsjq/actions/workflows/test.yml/badge.svg)](https://github.com/twoojoo/jsjq/actions)
[![Release Status](https://github.com/twoojoo/jsjq/actions/workflows/release.yml/badge.svg)](https://github.com/twoojoo/jsjq/actions)

> it uses **eval()** to run your code, be warned (code is checked using [safe-eval](https://www.npmjs.com/package/safe-eval))
Expand Down

0 comments on commit 7b4e192

Please sign in to comment.