Update README.md (#184)

This commit is contained in:
Michael Thomsen 2019-05-28 15:08:42 +02:00 committed by GitHub
parent c65afe9ec0
commit 0c8f5ae057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
The [Dart](https://www.dartlang.org/) implementation of
The [Dart](https://www.dart.dev/) implementation of
[gRPC](https://grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
[![Build Status](https://travis-ci.org/grpc/grpc-dart.svg?branch=master)](https://travis-ci.org/grpc/grpc-dart)
[![pub package](https://img.shields.io/pub/v/grpc.svg)](https://pub.dartlang.org/packages/grpc)
[![pub package](https://img.shields.io/pub/v/grpc.svg)](https://pub.dev/packages/grpc)
# Usage
@ -17,6 +17,6 @@ please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
This library requires Dart SDK version 2.0 or later.
It currently supports the the [Flutter](https://flutter.io/) and
[VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential
It currently supports the the [Flutter](https://flutter.dev/) and
[Dart native](https://dart.dev/platforms) platforms. The potential
addition of gRPC-Web is tracked in [issue 43](https://github.com/grpc/grpc-dart/issues/43).