Skip to content

Commit 7a5f4dc

Browse files
committed
home content tagline and brand name update
1 parent a17cbe3 commit 7a5f4dc

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/home.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,31 @@
22
slug: /
33
title: Home
44
hide_title: true
5-
---
65

7-
![chkware | Test management for api era](./assets/github-readme-01.png)
6+
---
7+
![CHKware | Low-code API quality testing, and automation toolbox](./assets/github-readme-01.png)
88

99
[![PyPI version](https://badge.fury.io/py/chk.svg)](https://badge.fury.io/py/chk)
10-
[![Python 3.8](https://img.shields.io/badge/python-3.10-red.svg)](https://www.python.org/downloads/release/python-3102/)
10+
[![Python 3.11](https://img.shields.io/badge/python-3.11-red.svg)](https://www.python.org/downloads/)
1111
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/chkware.svg?style=social&label=Follow%20%40chkware)](https://twitter.com/chkware)
12-
> Test management for API era.
1312

1413
### Introduction
1514

16-
API tests management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***chkware***.
15+
API quality test, and automation management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***CHKware***.
1716

18-
***chkware*** (pronounced as */check:ware/*) helps you write accurate, robust, and expressive feature tests for your API in less time.
17+
***CHKware*** (pronounced as */tʃek-wer/*, i.e. *check-ware*) is a low-code API quality testing, and automation toolbox. It helps you write accurate, robust, and expressive feature tests for your API in less time than usual.
1918

20-
Read [more value propositions](/introduction) here. Find [changelog](https://github.com/chkware/cli/blob/main/docs/CHANGELOG.md) here.
19+
Read [about the problems](/introduction) *CHKware* addresses. Find [changelog](https://github.com/chkware/cli/blob/main/docs/CHANGELOG.md).
2120

2221
### Setup
2322

24-
With [**Python 3.10**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get ***chkware*** installed.
23+
With [**Python 3.11**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get *CHKware* installed.
2524

2625
```bash
27-
$ pipx install chk
26+
pipx install chk
2827
```
2928

30-
Jump to the [setup guide](/setup) for different ways to install ***chkware***.
29+
Jump to the [setup guide](/setup) for different ways to install ***CHKware***.
3130

3231
### Usage
3332

0 commit comments

Comments
 (0)