From 42fe8d2e2ca9c3b81c22a93c5b39ec01bb8ace88 Mon Sep 17 00:00:00 2001 From: "Henry, Daniel" Date: Thu, 26 Jan 2017 11:20:10 -0500 Subject: [PATCH] Add similar projects to README.md Add Kong (a C# port of Bowser) to the similar projects section of README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6492df3..5d1a780 100644 --- a/README.md +++ b/README.md @@ -201,5 +201,8 @@ See the list in `src/useragents.js` with example user agents and their expected Whenever you add support for new browsers or notice a bug / mismatch, please update the list and check if all tests are still passing. +### Similar Projects +* [Kong](https://github.com/BigBadBleuCheese/Kong) - A C# port of Bowser. + ### License Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.