Skip to content

Commit

Permalink
SECURITY-9850: update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztian Nagy <krisztian.nagy@emarsys.com>
  • Loading branch information
potato and knagy committed Sep 19, 2024
1 parent 2405d79 commit 00685b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EscherRuby - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-ruby.svg?branch=master)](https://travis-ci.org/emartech/escher-ruby)
EscherRuby - HTTP request signing lib [![Build Status](https://img.shields.io/github/actions/workflow/status/emartech/escher-ruby/ruby.yml?branch=master)](https://github.com/emartech/escher-ruby/actions/workflows/ruby.yml)
=====================================

Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests. It's both a server side and client side implementation. The status is work in progress.
Expand All @@ -11,6 +11,12 @@ Check out a [working example] (https://github.com/emartech/escher-ruby-example).

### Local development

To ensure you have all submodules (including test suites), please clone the repository with the `--recursive` flag:

```bash
git clone --recursive https://github.com/emartech/escher-ruby.git
```

#### Running tests

```bash
Expand Down

0 comments on commit 00685b4

Please sign in to comment.