Skip to content

Commit

Permalink
"put colors and format" -> "add colors and formatting"
Browse files Browse the repository at this point in the history
  • Loading branch information
seanewest committed Apr 1, 2018
1 parent a720c38 commit 9192562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🌈💻 Colors.sh

Colors.sh helps you put colors and format to your bash scripts in a visual way, it looks like this:
Colors.sh helps you add colors and formatting to your bash scripts in a visual way, it looks like this:

![Preview](www/full_preview.png)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "colors.sh",
"version": "0.1.0",
"description": "Colors.sh helps you put colors and format to your bash scripts",
"description": "Colors.sh helps you add colors and formatting to your bash scripts",
"main": "index.js",
"repository": "https://github.com/messutied/colors.sh",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomeScreen/HomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const HomeScreen = () => {
return (
<div className="home-screen">
<div className="help">
Colors.sh helps you put colors and format to your bash scripts. <br/>
Colors.sh helps you add colors and formatting to your bash scripts. <br/>
Pick some options to format the terminal's preview 👇
</div>
<Controls {...store} />
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.png">
<meta name="keywords" content=" bash, shell, colors, format, terminal, console, bold, underlined ">
<meta name="description" content="Colors.sh helps you put colors and format to your bash scripts.">
<meta name="description" content="Colors.sh helps you add colors and formatting to your bash scripts.">
<meta property="og:image" content="https://colors.sh/preview.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-65408411-4"></script>
Expand Down

0 comments on commit 9192562

Please sign in to comment.