From e4d92ec0434f75e3575722dc0a0d3ddd20b261d8 Mon Sep 17 00:00:00 2001 From: mileusna Date: Wed, 16 Aug 2017 18:09:55 +0200 Subject: [PATCH] Add .gitignore, update README.md --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e74f7d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +old.go +old_test.go +file.txt diff --git a/README.md b/README.md index 0311b9b..df86f92 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ func main() { ## Notice -+ Opera and Opera Mini are two browsers, since they operate on very different way. ++ Opera and Opera Mini are two browsers, since they operate on very different ways. + If Googlebot (or any other bot) is detected and it is using its mobile crawler, both `bot` and `mobile` flags will be set to `true`.