소스 검색

Change header size

Mathieu Acthernoene 6 년 전
부모
커밋
a3e8672ed3
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

331
 openSettings().catch(() => console.warn("cannot open settings");
331
 openSettings().catch(() => console.warn("cannot open settings");
332
 ```
332
 ```
333
 
333
 
334
-### iOS Notes
334
+## 🍎  iOS Notes
335
 
335
 
336
 - Permission type `BLUETOOTH_PERIPHERAL` represents the status of the `CBPeripheralManager`.
336
 - Permission type `BLUETOOTH_PERIPHERAL` represents the status of the `CBPeripheralManager`.
337
 - If `notificationOptions` config array is omitted on `NOTIFICATIONS` request, it will request `alert`, `badge` and `sound`.
337
 - If `notificationOptions` config array is omitted on `NOTIFICATIONS` request, it will request `alert`, `badge` and `sound`.