Skip to content

Commit

Permalink
Fix conflict properly
Browse files Browse the repository at this point in the history
  • Loading branch information
angch committed Jun 4, 2014
1 parent ba7065c commit 4b4b4e8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<<<<<<< HEAD
# regexgolf for mobile vs desktop browser's User-Agents
# regexgolf-mobile-useragent

regexgolf for mobile vs desktop browser's User-Agents

Program (based off Peter Norvig's code) to generate the shortest
regular expression to match a mobile browser's User-Agent.

The shortest regular expression that can match a mobile browser's
User-Agent, generated from two lists: one of known mobile user-agents,
Expand All @@ -23,9 +27,3 @@ http://nbviewer.ipython.org/url/norvig.com/ipython/xkcd1313-part2.ipynb?create=1

* http://goo.gl/nE45NJ

=======
regexgolf-mobile-useragent
==========================

Program (based off Peter Norvig's code) to generate the shortest regular expression to match a mobile browser's User-Agent.
>>>>>>> dd7e92117d0f2b953cf7c3d452a0aa32b5d9d061

0 comments on commit 4b4b4e8

Please sign in to comment.