Skip to content

Commit

Permalink
Address feedback by @hellais
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 17, 2019
1 parent b1d5a37 commit 892615f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ piece of software that implements OONI nettests.
## API

You can [browse ooni/probe-engine's API](
https://godoc.org/github.com/ooni/probe-engine?status.svg)
at [godoc.org](https://godoc.org/). We don't provide any API
stability guarantees and, as such, we will never release v1.0.0
of this software.
https://godoc.org/github.com/ooni/probe-engine)
online at godoc.org. We currently don't provide any API
stability guarantees.

This repository also allows to build [miniooni](cmd/miniooni), a
small command line client useful to test the functionality in here
without integrating with OONI probe. You can browse [the manual
of this tool](
https://godoc.org/github.com/ooni/probe-engine/cmd/miniooni)
at [godoc.org](https://godoc.org/). We may change the command line
API of miniooni without notice.
online at godoc.org. We currently don't promise that the
miniooni CLI will be stable over time.

## Integrating ooni/probe-engine

Expand Down

0 comments on commit 892615f

Please sign in to comment.