Skip to content

Commit d72180a

Browse files
author
Patricio Vargas
committed
Fixed readme
1 parent 1b836e4 commit d72180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This project uses 4 methods of the Web NFC API
4646
4. Write: Returns a Promise resolved if writing the message (String, ArrayBuffer or NDEF record) with options was successful.
4747
`ndef.write()`
4848

49-
## Using the methods
49+
## Using the Web NFC API methods
5050

5151
### Scan, Reading, Reading Error
5252

@@ -89,7 +89,7 @@ const onReading = ({message, serialNumber}) => {
8989
break;
9090
default:
9191
// TODO: Handle other records with record data.
92-
}
92+
}
9393
}
9494
};
9595
```

0 commit comments

Comments
 (0)