Clarify that current implementation is experimental (#14)

This commit is contained in:
Michael Thomsen 2017-06-29 15:12:10 +02:00 committed by GitHub
parent bf8fb94353
commit aee8e4a3c3
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# Dart gRPC
This repository contains an experimental [Dart](https://www.dartlang.org/)
implementation of [gRPC](https://grpc.io/).
This repository contains a [Dart](https://www.dartlang.org/) implementation of
[gRPC](https://grpc.io/).
***Note***: This implementation is in a very early & experimental state. We do
not recommend using it for anything but experiments.