Browse code
style: Update project description
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
<div align="center"> |
2 | 2 |
<h1>Amber Helper</h1> |
3 |
- <p>Serializable browsing sessions</p> |
|
3 |
+ <p>Bring the Unix philosophy to the browser.</p> |
|
4 | 4 |
<a href="https://github.com/paysonwallach/amber-helper/releases/latest"> |
5 | 5 |
<img alt="Version 0.1.0" src="https://img.shields.io/badge/version-0.1.0-red.svg?cacheSeconds=2592000&style=flat-square" /> |
6 | 6 |
</a> |
... | ... |
@@ -15,7 +15,7 @@ |
15 | 15 |
|
16 | 16 |
## Background |
17 | 17 |
|
18 |
-[Amber](https://github.com/paysonwallach/amber-web-extension#readme) is a browser extension that enables sessions to be saved as portable, human-readable, and editable files. [Amber Helper](https://github.com/paysonwallach/amber-helper) is the native component that provides OS-level integration and support for opening session files. |
|
18 |
+[Amber](https://github.com/paysonwallach/amber-web-extension#readme) is a browser extension that enables sessions to be saved as portable, human-readable, and editable files. [Amber Helper](https://github.com/paysonwallach/amber-helper) is the host application that provides OS-level integration and support for opening session files. |
|
19 | 19 |
|
20 | 20 |
## Installation |
21 | 21 |
|
... | ... |
@@ -15,7 +15,7 @@ |
15 | 15 |
|
16 | 16 |
## Background |
17 | 17 |
|
18 |
-[Amber](https://github.com/paysonwallach/amber-web-extension#readme) is a browser extension that enables sessions to be saved as portable, human-readable, and editable files. [{{ meta.title }}]({{ repository.url }}) is the native component that provides OS-level integration and support for opening session files. |
|
18 |
+[Amber](https://github.com/paysonwallach/amber-web-extension#readme) is a browser extension that enables sessions to be saved as portable, human-readable, and editable files. [{{ meta.title }}]({{ repository.url }}) is the host application that provides OS-level integration and support for opening session files. |
|
19 | 19 |
|
20 | 20 |
## Installation |
21 | 21 |
|
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
{ |
2 | 2 |
"private": true, |
3 | 3 |
"name": "amber-helper", |
4 |
- "description": "Serializable browsing sessions", |
|
4 |
+ "description": "Bring the Unix philosophy to the browser.", |
|
5 | 5 |
"license": "GPL-3.0", |
6 | 6 |
"author": "Payson Wallach <payson@paysonwallach.com>", |
7 | 7 |
"homepage": "https://github.com/paysonwallach/amber-helper#readme", |