Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b13nxx committed Sep 29, 2021
1 parent 3337065 commit 51d8b05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ BSTEVR Assessment.
## How To Run

You can run this Flutter app through Android Studio by simply opening the project and tapping the run button.
Also you can run tests inside the project by simply using command below:

```
flutter test test/alphabet_tree_test.dart
```

## Contents

Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

/*
* These are the internal dependencies for the widget below
* These are the internal dependencies
*/
import 'package:bstevr_assessment/screens/speed_prototyping.dart';
import 'package:bstevr_assessment/screens/coin_detector.dart';
Expand Down

0 comments on commit 51d8b05

Please sign in to comment.