Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricio Vargas committed Aug 12, 2021
1 parent 1b836e4 commit d72180a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This project uses 4 methods of the Web NFC API
4. Write: Returns a Promise resolved if writing the message (String, ArrayBuffer or NDEF record) with options was successful.
`ndef.write()`

## Using the methods
## Using the Web NFC API methods

### Scan, Reading, Reading Error

Expand Down Expand Up @@ -89,7 +89,7 @@ const onReading = ({message, serialNumber}) => {
break;
default:
// TODO: Handle other records with record data.
}
}
}
};
```
Expand Down

0 comments on commit d72180a

Please sign in to comment.