Skip to content

Commit dd1c4ea

Browse files
committed
Updated README
1 parent ae8d4dc commit dd1c4ea

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ WebAPI is a term used to refer to a suite of device compatibility and access API
99
2. [Notification](#notification)
1010
3. [Geolocation](#geolocation)
1111
4. [Page Visibility](#page-visibility)
12-
5. [Screen Orientation & Vibration (Mobile Only)](#screen-orientation-vibration-mobile-only)
13-
<<<<<<< HEAD
14-
7. [Clipboard & IndexedDB/WebSQL/LocalStorage](#clipboard-&-indexeddb-websql-localstorage)
15-
=======
16-
7. [Clipboard & IndexedDB/WebSQL/LocalStorage](#clipboard-indexeddb-websql-localstorage)
17-
>>>>>>> 81984af1d5fe51da76518f22047bb619478317ce
18-
9. [Device Motion (Using p5.js)](#device-motion-using-p5js)
12+
5. [Screen Orientation and Vibration](#screen-orientation-and-vibration)
13+
6. [Clipboard and IndexedDB/WebSQL/LocalStorage](#clipboard-and-indexeddbwebsqllocalstorage)
14+
7. [Device Motion (Using p5.js)](#device-motion-using-p5js)
1915

2016
## Battery Status
2117
The **Battery Status API** provides information about the system's battery charge level and lets you be notified by events that are sent when the battery level or charging status change. This can be used to adjust your app's resource usage to reduce battery drain when the battery is low, or to save changes before the battery runs out in order to prevent data loss.

0 commit comments

Comments
 (0)