Skip to content

Commit

Permalink
name fixes, not worth a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Jul 8, 2024
1 parent 88a000e commit 7b0e8fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @idrinth/api-bench-cli
# @idrinth-api-bench/cli


## Contents

- [@idrinth/api-bench-cli](#idrinthapi-bench-cli)
- [@idrinth-api-bench/cli](#idrinthapi-bench-cli)
- [Contents](#contents)
- [What does this project do?](#what-does-this-project-do)
- [Usage \& Examples](#usage--examples)
Expand All @@ -18,7 +18,7 @@ This is the issue repository for a typescript framework meant to performance tes

## What does this project do?

This project provides a CLI tool for @idrinth/api-bench to generate code.
This project provides a CLI tool for @idrinth-api-bench/framework to generate code.

## Usage & Examples

Expand All @@ -33,7 +33,7 @@ As usual with my projects this is MIT-licensed.

Additionally, to support requests via GitHub issue, you can reach us via

[![GitHub URL](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Idrinth/api-bench)    [![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email)
[![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email)

## Support

Expand All @@ -42,7 +42,7 @@ Commercial support and training is provided via

## Privacy and Compliance

The `@idrinth/api-bench` framework and its CLI do not collect any kind of
The `@idrinth-api-bench` framework and its CLI do not collect any kind of
information about its users or the APIs being tested. All data is local to
the device you run it on or the database server you configure it to dump data
in.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@idrinth-api-bench/cli",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
Expand Down

0 comments on commit 7b0e8fd

Please sign in to comment.