From 2fe563d7d5871a05a019b33a2a277eeeddbd1f95 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 7 Nov 2016 17:00:00 +0000 Subject: [PATCH] docs: add note about red CI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6744ed17e..489cc5da3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ipfs-api [![Travis CI](https://travis-ci.org/ipfs/js-ipfs-api.svg?branch=master)](https://travis-ci.org/ipfs/js-ipfs-api) [![Circle CI](https://circleci.com/gh/ipfs/js-ipfs-api.svg?style=svg)](https://circleci.com/gh/ipfs/js-ipfs-api) +> **Note: If you see CI red, that is due a failing test when adding nested directories in the browser, all the other features work as expect, if this is something you also need, please consider helping us identifying the solution for it, join the discussion at: https://github.com/ipfs/js-ipfs-api/issues/339** + > A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions. ![](https://github.com/ipfs/interface-ipfs-core/raw/master/img/badge.png)