Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit a751f4b

Browse files
committed
renamed framework to library
1 parent c038a69 commit a751f4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/header_background.png" alt="AgileTs">
22

3-
> Global State and Logic Framework
3+
> Global State and Logic Library
44
55
<br />
66

@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<p align="left">
32-
<a href="https://twitter.com/intent/tweet?text=I%20just%20discovered%20AgileTs%3B%20a%20global%2C%20spacy%20and%20overall%20easy%20to%20use%20State%20Manager.%0A%60%60%60ts%0Aconst%20MY_STATE%20%3D%20App.createState(%22Hello%20stranger%22)%3B%0AMY_STATE.set(%22Hello%20friend%22)%3B%0A%60%60%60%0Ahttps%3A%2F%2Fgithub.com%2Fagile-ts%2Fagile%2F%20%0A%0A%40AgileFramework%20%0A%23agilets%20%23statemanagement%20%23webdev%20"><img src="http://randojs.com/images/tweetShield.svg" alt="Tweet" height="20"/>
32+
<a href="https://twitter.com/intent/tweet?text=I%20just%20discovered%20AgileTs%3B%20a%20global%2C%20spacy%20and%20overall%20easy%20to%20use%20State%20Manager.%0A%60%60%60ts%0Aconst%20MY_STATE%20%3D%20App.createState(%22Hello%20stranger%22)%3B%0AMY_STATE.set(%22Hello%20friend%22)%3B%0A%60%60%60%0Ahttps%3A%2F%2Fgithub.com%2Fagile-ts%2Fagile%2F%20%0A%0A%40AgileTypescript%20%0A%23agilets%20%23statemanagement%20%23webdev%20"><img src="http://randojs.com/images/tweetShield.svg" alt="Tweet" height="20"/>
3333
</a>
3434
<a href="https://discord.gg/T9GzreAwPH">
3535
<img src="https://img.shields.io/discord/795291052897992724.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" alt="Join Discord"/>
@@ -75,7 +75,7 @@ More examples can be found in the [Example section](https://agile-ts.org/docs/ex
7575
<br />
7676
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/why_should_i_use_agile.png" alt="Why should I use AgileTs?"/>
7777

78-
AgileTs is a global State and Logic Framework implemented in Typescript.
78+
AgileTs is a global State and Logic Library implemented in Typescript.
7979
It offers a reimagined API that focuses on **developer experience**
8080
and allows you to **easily** and **flexible** manage your application States.
8181
Besides [States](https://agile-ts.org/docs/core/state),
@@ -231,5 +231,5 @@ To find out more about contributing, check out the [CONTRIBUTING.md](https://git
231231
<br />
232232
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/credits_header.png" alt="Credits"/>
233233

234-
AgileTs is inspired by [MVVM Frameworks](https://de.wikipedia.org/wiki/Model_View_ViewModel)
234+
AgileTs is inspired by [MVVM Libraries](https://de.wikipedia.org/wiki/Model_View_ViewModel)
235235
like [MobX](https://mobx.js.org/README.html) and [PulseJs](https://github.com/pulse-framework/pulse).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "BennoDev",
55
"license": "MIT",
66
"homepage": "https://agile-ts.org/",
7-
"description": "Spacy, Simple, Scalable State Management Framework",
7+
"description": "Global State and Logic Library",
88
"keywords": [
99
"agile",
1010
"agile-ts",

0 commit comments

Comments
 (0)