Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
flodlc committed Jun 25, 2023
1 parent cc02dc2 commit 95a0a35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">tsclient</h1>
<h1 align="center">typebox-client</h1>
<p align="center"><a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&size=18&duration=2000&pause=2000&center=true&width=540&height=80&lines=First+class+api+client+for+fastify." alt="Typing SVG" /></a></p>

### tsclient is a simple client for Typebox schema based api using:
### typebox-client is a simple client for Typebox schema based api using:

- Fully written in TypeScript
- Typebox for easy json-schema writting
Expand All @@ -18,18 +18,18 @@ Table of Contents:

## Installation

To get started, install tsclient using npm or yarn:
To get started, install typebox-client using npm or yarn:

```sh
npm install tsclient
npm install typebox-client
# or
yarn add tsclient
yarn add typebox-client
```

## Usage

```typescript
import { loadDefinitions } from 'tsclient';
import { loadDefinitions } from 'typebox-client';

const definitions = {
getUsers: {
Expand Down Expand Up @@ -69,4 +69,4 @@ async () => {

---

That's it! You can now use Tsclient to create fully typed and safe api client.
That's it! You can now use typebox-client to create fully typed and safe api client.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsclient",
"repository": "https://github.com/flodlc/tsclient.git",
"name": "typebox-client",
"repository": "https://github.com/flodlc/typebox-client.git",
"author": "flodlc <f.delacomble@gmail.com>",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit 95a0a35

Please sign in to comment.