From 4f8150498aa9d048f91ccc2d86818ebf119d556f Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sat, 12 Feb 2022 17:56:59 +0100 Subject: [PATCH] docs(secondary-limits): replace 'abuse-limits' with 'secondary-limits' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63e5534..5f0f8513 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![@latest](https://img.shields.io/npm/v/@octokit/plugin-throttling.svg)](https://www.npmjs.com/package/@octokit/plugin-throttling) [![Build Status](https://github.com/octokit/plugin-throttling.js/workflows/Test/badge.svg)](https://github.com/octokit/plugin-throttling.js/actions?workflow=Test) -Implements all [recommended best practices](https://docs.github.com/en/rest/guides/best-practices-for-integrators) to prevent hitting Secondary rate limits. +Implements all [recommended best practices](https://docs.github.com/en/rest/guides/best-practices-for-integrators) to prevent hitting secondary rate limits. ## Usage