We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b836e4 commit d72180aCopy full SHA for d72180a
README.md
@@ -46,7 +46,7 @@ This project uses 4 methods of the Web NFC API
46
4. Write: Returns a Promise resolved if writing the message (String, ArrayBuffer or NDEF record) with options was successful.
47
`ndef.write()`
48
49
-## Using the methods
+## Using the Web NFC API methods
50
51
### Scan, Reading, Reading Error
52
@@ -89,7 +89,7 @@ const onReading = ({message, serialNumber}) => {
89
break;
90
default:
91
// TODO: Handle other records with record data.
92
- }
+ }
93
}
94
};
95
```
0 commit comments