Skip to content

Commit

Permalink
cloud_functions readme: Fix Dart source formatting (flutter#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and nichtverstehen committed Sep 6, 2018
1 parent dd94a29 commit 43d8fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cloud_functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ with Xcode, and within Xcode place the file inside ios/Runner. Don't follow the

## Usage

```
dart import 'package:cloud_functions/cloud_functions.dart';
```dart
import 'package:cloud_functions/cloud_functions.dart';
```

Calling a function:

```
```dart
dynamic resp = await CloudFunctions.instance.call(functionName: 'YOUR_CALLABLE_FUNCTION_NAME');
```

Expand Down

0 comments on commit 43d8fbe

Please sign in to comment.