From d9e6a4c36dd73959b98153f31bc9879f185fa184 Mon Sep 17 00:00:00 2001 From: Stanley Masinde <35426405+StanleyMasinde@users.noreply.github.com> Date: Thu, 11 Mar 2021 07:31:48 +0300 Subject: [PATCH] Update README.md Changed the version in the doc to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23f33e9..350227a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ |Route |Method | Description | |:-----------------------------|:-------|:------------------------------------------| -| /api/v1/:username?count=20 | GET | Returns :count latest tweets from a user | +| /api/v2/:username?count=20 | GET | Returns :count latest tweets from a user |