Small docs fix

master
Paul Loyd 2017-11-05 14:36:31 +03:00
parent c987a28b0c
commit 3e989735ad
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ $ ./bin/flow2avro -
Output:
```javascript
[
[{
type: 'record',
name: 'Foo',
namespace: 'example',
@ -36,7 +36,7 @@ Output:
{ type: 'enum', symbols: [ 'one', 'two' ] },
] },
],
]
}]
```
## TODO

View File

@ -32,6 +32,6 @@
"nyc": "^11.3.0"
},
"scripts": {
"test": "nyc --reporter=text mocha tests/do"
"test": "nyc mocha tests/do"
}
}