Skip to content

Commit

Permalink
Merge pull request #106 from Rishikant181/dev
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
Rishikant181 authored Jan 17, 2024
2 parents efc9347 + 3e5dc68 commit 77760da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Rettiwt-Core

**A library for generating request configurations to various Twitter API resources**

Rettiwt-Core is a library that can be used to generate requests which can be used to fetch various resource from the Twitter API.
A library for generating request configurations to various Twitter API resources.

## Prerequisites

- NodeJS 18.14.2
- NodeJS 20.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rettiwt-core",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"description": "The core library for the reverse-engineered Twitter API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 77760da

Please sign in to comment.