Skip to content

Commit

Permalink
Merge pull request #1252 from shemerey/patch-1
Browse files Browse the repository at this point in the history
Update GETTING_STARTED.md
  • Loading branch information
aliberski authored Dec 18, 2024
2 parents 2a966d8 + d5a570e commit 9682522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { BleManager } from 'react-native-ble-plx'

// create your own singleton class
class BLEServiceInstance {
manager: BleManage
manager: BleManager

constructor() {
this.manager = new BleManager()
Expand Down

0 comments on commit 9682522

Please sign in to comment.