From 6d4432a3b5d82adf82ccbb9012a7d3bede7c5058 Mon Sep 17 00:00:00 2001 From: Thilo Rusche Date: Tue, 9 Sep 2025 11:47:05 +0100 Subject: [PATCH] Fixed invalid markdown link to old gem --- README.md | 4 ++-- README.md.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d03f9d4..7936864 100644 --- a/README.md +++ b/README.md @@ -1016,9 +1016,9 @@ see: [https://serpapi.com/yelp-search-api](https://serpapi.com/yelp-search-api) The older library (google-search-results-ruby) was performing at 55 req/s on Ruby 2.7.8, which is 2x slower than the current version (serpapi-ruby) on Ruby 3.4.4. -### Migration quick guide +## Migration quick guide -If you were already using (google-search-results-ruby gem)[https://github.com/serpapi/google-search-results-ruby], here are the changes. +If you were already using [google-search-results-ruby gem](https://github.com/serpapi/google-search-results-ruby), here are the changes. ``` # load library diff --git a/README.md.erb b/README.md.erb index 5dc601f..13b0ba5 100644 --- a/README.md.erb +++ b/README.md.erb @@ -497,9 +497,9 @@ see: [https://serpapi.com/yelp-search-api](https://serpapi.com/yelp-search-api) The older library (google-search-results-ruby) was performing at 55 req/s on Ruby 2.7.8, which is 2x slower than the current version (serpapi-ruby) on Ruby 3.4.4. -### Migration quick guide +## Migration quick guide -If you were already using (google-search-results-ruby gem)[https://github.com/serpapi/google-search-results-ruby], here are the changes. +If you were already using [google-search-results-ruby gem](https://github.com/serpapi/google-search-results-ruby), here are the changes. ``` # load library