Quellcode durchsuchen

Move mobile detect into strings category.

pull/345/merge
Jamie vor 10 Jahren
Ursprung
Commit
2f806a7ced
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      README.md

+ 2
- 2
README.md Datei anzeigen

@@ -536,7 +536,8 @@ Libraries to help manage database schemas and migrations.
536 536
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
537 537
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
538 538
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
539
-* [Device Detector](https://github.com/piwik/device-detector) - Universal Device Detection library will parse any User Agent (browser, os, type, brand and model)
539
+* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
540
+* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
540 541
 
541 542
 ## Numbers
542 543
 *Libraries for working with numbers.*
@@ -682,7 +683,6 @@ Libraries to help manage database schemas and migrations.
682 683
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
683 684
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
684 685
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
685
-* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
686 686
 
687 687
 # Software
688 688
 *Software for creating a development environment.*

Laden…
Abbrechen
Speichern