From 69b5851b186d66e400e04ef656697f3efc9625bc Mon Sep 17 00:00:00 2001 From: hilmanski Date: Tue, 4 Mar 2025 06:03:04 +0800 Subject: [PATCH 1/2] Fix markdown typo for link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde2d24..0e7ab5b 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ pp results[:images_results] ## 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 From a24c6758b5d77e55c0070fb645fbd56f15b5b38e Mon Sep 17 00:00:00 2001 From: hilmanski Date: Tue, 4 Mar 2025 06:05:46 +0800 Subject: [PATCH 2/2] Add beta-disclaimer on the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e7ab5b..57bd4fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SerpApi Ruby Library +> This library is still in beta. You can use our [Google Search Results Ruby SDK](https://github.com/serpapi/google-search-results-ruby) in production. + [![Gem Version](https://badge.fury.io/rb/serpapi.svg)](https://badge.fury.io/rb/serpapi) [![serpapi-ruby](https://github.com/serpapi/serpapi-ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/serpapi/serpapi-ruby/actions/workflows/ci.yml) [![serpapi-ruby-alternative](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_alt.yml/badge.svg)](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_alt.yml) [![serpapi-ruby-sanity-1](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_1.yml/badge.svg)](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_1.yml) [![serpapi-ruby-sanity-2](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_2.yml/badge.svg)](https://github.com/serpapi/serpapi-ruby/actions/workflows/sanity_2.yml) Integrate search data into your Ruby application. This library is the official wrapper for SerpApi (https://serpapi.com).