Remove .json blob from README.md

Make change suggested in comments.
pull/9497/head
Amanda Butler 2019-01-24 15:54:02 -06:00 committed by GitHub
parent 99d6145cf3
commit 8b35bbc5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -89,13 +89,6 @@ $ pip install "mbed-greentea<0.2.0" --upgrade
### utest support
```utest``` is our preferred test harness which allows you to execute a series of (asynchronous) C++ test cases. You can read more about utest [here](https://github.com/ARMmbed/mbed-os/blob/master/features/frameworks/utest/README.md).
```json
{
"testDependencies": {
"utest": "^1.10.0"
}
}
```
### greentea-client support in your module