Skip to content

Commit 90fa9c8

Browse files
committed
Non-issue : Updated components READMEs
1 parent ed3816c commit 90fa9c8

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1-
# Kraken Framework - Throwable Component
1+
# Kraken Throwable Component
22

33
[![Build Status](https://travis-ci.org/kraken-php/framework.svg)](https://travis-ci.org/kraken-php/framework)
44
[![Total Downloads](https://poser.pugx.org/kraken-php/throwable/downloads)](https://packagist.org/packages/kraken-php/throwable)
55
[![Latest Stable Version](https://poser.pugx.org/kraken-php/throwable/v/stable)](https://packagist.org/packages/kraken-php/throwable)
66
[![Latest Unstable Version](https://poser.pugx.org/kraken-php/throwable/v/unstable)](https://packagist.org/packages/kraken-php/throwable)
77
[![License](https://poser.pugx.org/kraken-php/framework/license)](https://packagist.org/packages/kraken-php/framework)
8-
[![Kraken Compatible](https://img.shields.io/badge/kraken-compatible-8002af.svg)](https://github.com/kraken-php/framework)
8+
[![Kraken Compatible](https://img.shields.io/badge/kraken-compatible-6b02af.svg)](https://github.com/kraken-php/framework)
99

10-
> **Note:** This repository is part of [Kraken Framework][3]. It can be used as standalone library, but for the best
11-
efficiency we suggest you to also check out the rest of [Kraken Repository][5].
12-
13-
<br>
14-
<p align="center">
15-
<img src="https://avatars2.githubusercontent.com/u/15938282?v=3&s=150" />
16-
</p>
10+
> **Note:** This repository is a part of [Kraken Framework][3], but **can be used freely as standalone library**. If you
11+
are interested in more asynchronous components for PHP, check out the rest of [Kraken repository][5] or see our
12+
[asynchronous application skeleton][4] example.
1713

1814
## Description
1915

20-
Kraken/Throwable is component that provides throwable hierarchy used in Kraken Framework and additional helpers.
16+
Throwable is a component that provides throwable hierarchy used in Kraken Framework and additional helpers.
2117

2218
## Feature Highlights
2319

24-
Kraken/Throwable features:
20+
Throwable features:
2521

2622
* Custom hierarchy of Throwables created in mind of unifying error and exception handling in PHP5 and PHP7,
2723
* Custom format for stack trace,
@@ -32,9 +28,9 @@ Kraken/Throwable features:
3228
* Kraken Framework compatibility,
3329
* ...and more.
3430

35-
## Interface
31+
## Examples
3632

37-
See more in [official documentation][2].
33+
See more examples in [official documentation][2].
3834

3935
## Requirements
4036

@@ -49,19 +45,19 @@ composer require kraken-php/throwable
4945

5046
## Tests
5147

52-
Tests are provided in [Framework Repository][3].
48+
Tests are provided within our write-only [Framework repository][3].
5349

5450
## Documentation
5551

5652
Documentation for this module can be found in the [official documentation][2].
5753

5854
## Contributing
5955

60-
This library is read-only subtree split of Kraken Framework. To make contributions, please go to [Framework Repository][3].
56+
This library is read-only subtree split of Kraken Framework. To make contributions, please go to [Framework repository][3].
6157

6258
## License
6359

64-
This library licensed under the same license as [Kraken Framework][3].
60+
This library licensed under the MIT license, see more information in [Kraken Framework][3] license section.
6561

6662
[1]: http://kraken-php.com
6763
[2]: http://kraken-php.com/docs/api-throwable

0 commit comments

Comments
 (0)