diff --git a/README.md b/README.md index 4942c6885..54a5ffd26 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ These are the available packages in this repository. | Plugin | Pub | explanation| |--------|-----|------------| | [parse_server_sdk](./packages/dart) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk.svg)](https://pub.dev/packages/parse_server_sdk) | a dart package that lets you communicate with the parse server | -| [parse_server_sdk_flutter](./packages/dart) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk_flutter.svg)](https://pub.dev/packages/parse_server_sdk_flutter) | a flutter package that lets you communicate with the parse server | +| [parse_server_sdk_flutter](./packages/flutter) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk_flutter.svg)](https://pub.dev/packages/parse_server_sdk_flutter) | a flutter package that lets you communicate with the parse server | ### Author:- This project was authored by Phill Wiggins. You can contact me at phill.wiggins@gmail.com diff --git a/packages/flutter/README.md b/packages/flutter/README.md index 2cc329d4b..03e2094c5 100644 --- a/packages/flutter/README.md +++ b/packages/flutter/README.md @@ -1,5 +1,5 @@ -![Parse Logo](https://parseplatform.org/img/logo.svg) ![Flutter Logo](https://i2.wp.com/blog.openshift.com/wp-content/uploads/parse-server-logo-1.png?fit=200%2C200&ssl=1&resize=350%2C200) +![Parse Logo](https://parseplatform.org/img/logo.svg) ![Flutter Logo](https://upload.wikimedia.org/wikipedia/commons/1/17/Google-flutter-logo.png) ## Parse For Flutter! Hi, this is a Flutter plugin that allows communication with a Parse Server, (https://parseplatform.org) either hosted on your own server or another, like (http://Back4App.com).