Skip to content

Commit 6c77661

Browse files
docs(README.md): update.
1 parent 26a861f commit 6c77661

File tree

1 file changed

+22
-30
lines changed

1 file changed

+22
-30
lines changed

README.md

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@ The angular-package supports the development process of [angular][angulario]-bas
2626
| [storage][storage-github-readme] | The storage of data under allowed names. | [![npm version][storage-npm-badge-png]][storage-npm-badge] |
2727
| [tag][tag-github-readme] | Any tag with optional attributes. | [![npm version][tag-npm-badge-png]][tag-npm-badge] |
2828
| [testing][testing-github-readme] | Support for testing other packages. | [![npm version][testing-npm-badge-png]][testing-npm-badge] |
29-
| **[text][text-github-readme]** | **Text on the template with replaceable tags.** | [![npm version][text-npm-badge-png]][text-npm-badge] |
29+
| [text][text-github-readme] | **Text on the template with replaceable tags.** | [![npm version][text-npm-badge-png]][text-npm-badge] |
3030
| [type][type-github-readme] | Common types, type guards, and type checkers. | [![npm version][type-npm-badge-png]][type-npm-badge] |
3131
| [ui][ui-github-readme] | User interface. | *In Progress* |
32-
| [wrapper][wrapper-github-readme] | Wrap the text with the opening and closing chars. | [![npm version][wrapper-npm-badge-png]][wrapper-npm-badge] |
32+
| **[wrapper][wrapper-github-readme]** | **Wrap the text with the opening and closing chars.** | [![npm version][wrapper-npm-badge-png]][wrapper-npm-badge] |
3333

3434
Click on the package name to visit its [GitHub](https://github.com/) page.
3535

3636
<br>
3737

3838
## angular-package/wrapper
3939

40-
Text on the template with replaceable tags.
40+
Wrap the text with the opening and closing chars.
4141

4242
[![Gitter][gitter-badge]][gitter-chat]
4343
[![Discord][discord-badge]][discord-channel]
4444
[![Twitter][twitter-badge]][twitter-follow]
4545
<!-- npm badge -->
46-
[![npm version][text-npm-badge-svg]][text-npm-badge]
46+
[![npm version][wrapper-npm-badge-svg]][wrapper-npm-badge]
4747

4848
<!-- GitHub badges -->
49-
[![GitHub issues][text-badge-issues]][text-issues]
50-
[![GitHub forks][text-badge-forks]][text-forks]
51-
[![GitHub stars][text-badge-stars]][text-stars]
52-
[![GitHub license][text-badge-license]][text-license]
49+
[![GitHub issues][wrapper-badge-issues]][wrapper-issues]
50+
[![GitHub forks][wrapper-badge-forks]][wrapper-forks]
51+
[![GitHub stars][wrapper-badge-stars]][wrapper-stars]
52+
[![GitHub license][wrapper-badge-license]][wrapper-license]
5353
<!-- Sponsors badges -->
5454
[![GitHub sponsors][github-badge-sponsor]][github-sponsor-link]
5555
[![Support me on Patreon][patreon-badge]][patreon-link]
@@ -58,7 +58,6 @@ Text on the template with replaceable tags.
5858

5959
## Documentation
6060

61-
For the detailed documentation go to [**https://docs.angular-package.dev/v/text-v1.x/**](https://docs.angular-package.dev/v/text-v1.x/)
6261

6362
<br>
6463

@@ -78,7 +77,7 @@ For the detailed documentation go to [**https://docs.angular-package.dev/v/text-
7877

7978
This package was generated by the [library skeleton][skeleton] with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
8079

81-
Copy this package to the `packages/text` folder of the [library skeleton][skeleton] then run the commands below.
80+
Copy this package to the `packages/wrapper` folder of the [library skeleton][skeleton] then run the commands below.
8281

8382
## Code scaffolding
8483

@@ -111,17 +110,17 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
111110

112111
## Installation
113112

114-
Install `@angular-package/text` package with command:
113+
Install `@angular-package/wrapper` package with command:
115114

116115
```bash
117-
npm i @angular-package/text --save
116+
npm i @angular-package/wrapper --save
118117
```
119118

120119
<br>
121120

122121
## Changelog
123122

124-
The **changelog** of this package is based on [*keep a changelog*](https://keepachangelog.com/en/1.0.0/). To read it, click on the [CHANGELOG.md](https://github.com/angular-package/text/blob/main/CHANGELOG.md) link.
123+
The **changelog** of this package is based on [*keep a changelog*](https://keepachangelog.com/en/1.0.0/). To read it, click on the [CHANGELOG.md](https://github.com/angular-package/wrapper/blob/main/CHANGELOG.md) link.
125124

126125
> A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. - [*keep a changelog*](https://keepachangelog.com/en/1.0.0/)
127126
@@ -195,26 +194,19 @@ MIT © angular-package ([license][text-license])
195194
[git-commit-karma]: http://karma-runner.github.io/0.10/dev/git-commit-msg.html
196195
[git-commit-conventional]: https://www.conventionalcommits.org/en/v1.0.0/
197196

198-
<!-- This package: text -->
197+
<!-- This package: wrapper -->
199198
<!-- GitHub: badges -->
200-
[text-badge-issues]: https://img.shields.io/github/issues/angular-package/text
201-
[text-badge-forks]: https://img.shields.io/github/forks/angular-package/text
202-
[text-badge-stars]: https://img.shields.io/github/stars/angular-package/text
203-
[text-badge-license]: https://img.shields.io/github/license/angular-package/text
199+
[wrapper-badge-issues]: https://img.shields.io/github/issues/angular-package/wrapper
200+
[wrapper-badge-forks]: https://img.shields.io/github/forks/angular-package/wrapper
201+
[wrapper-badge-stars]: https://img.shields.io/github/stars/angular-package/wrapper
202+
[wrapper-badge-license]: https://img.shields.io/github/license/angular-package/wrapper
204203
<!-- GitHub: badges links -->
205-
[text-issues]: https://github.com/angular-package/text/issues
206-
[text-forks]: https://github.com/angular-package/text/network
207-
[text-license]: https://github.com/angular-package/text/blob/master/LICENSE
208-
[text-stars]: https://github.com/angular-package/text/stargazers
204+
[wrapper-issues]: https://github.com/angular-package/wrapper/issues
205+
[wrapper-forks]: https://github.com/angular-package/wrapper/network
206+
[wrapper-license]: https://github.com/angular-package/wrapper/blob/master/LICENSE
207+
[wrapper-stars]: https://github.com/angular-package/wrapper/stargazers
209208
<!-- This package -->
210-
[text-github-changelog]: https://github.com/angular-package/text/blob/main/CHANGELOG.md
211-
212-
[package-type-key]: https://github.com/angular-package/type#key
213-
[package-type-minmax]: https://github.com/angular-package/type#minmax
214-
[package-type-resultcallback]: https://github.com/angular-package/type#resultcallback
215-
[package-type-type]: https://github.com/angular-package/type#type
216-
[package-type-types]: https://github.com/angular-package/type#types
217-
[package-type-valueparser]: https://github.com/angular-package/type#valueparser
209+
[wrapper-github-changelog]: https://github.com/angular-package/wrapper/blob/main/CHANGELOG.md
218210

219211
<!-- Package: callback -->
220212
<!-- npm -->

0 commit comments

Comments
 (0)