Fix readme.md

master
Paul Loyd 2017-11-09 12:18:54 +03:00
parent 07bc3156c2
commit 18472c62c3
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
## Example
Input (`example.js`):
Input (`$ cat example.js`):
```javascript
interface Foo {
export interface Foo {
foo: string,
// $avro long
bar: number,