Skip to content

Commit e26b570

Browse files
author
Angel M
committed
Fix wording. Add og metadata
1 parent 3e0577d commit e26b570

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SVGI
1+
# svgi
22

33
`svgi` is a CLI tool to inspect the content of SVG files. It provides you information about the file, the elements in the SVG and the hierarchy. It also count the number of elements and in the future, it will provide tips to improve the SVG
44

site/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<header class="mw8 center ph3-ns mv5 tc">
55
<h1 class="mb3 mt0 f2">SVGI</h1>
66
<p>
7-
The SVG inspector tool
7+
The SVG inspection tool
88
</p>
99
<pre class="f7 dib mv2 br2"><code>npm install -g svgi</code></pre>
1010
<p>

site/partials/_head.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<head>
2-
<title>svgi, the SVG inspector tool</title>
2+
<title>svgi, the SVG inspection tool</title>
33
<meta name="viewport" content="width=device-width, initial-scale=1">
44
<meta name="description" content="Inspect SVG files from the command line. Get all the information you need about a SVG file and export it in JSON, YAML or a readable format. It's useful for checking the structure and properties of these files without a graphic application">
5+
<meta property="og:title" content="svgi, the SVG inspection tool" />
6+
<meta property="og:description" content="Inspect SVG files from the command line. Get all the information you need about a SVG file and export it in JSON, YAML or a readable format. It's useful for checking the structure and properties of these files without a graphic application" />
7+
<meta property="og:image" content="https://asciinema.org/a/123343.png" />
58
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
69
<link rel="stylesheet" href="./index.css" />
710
<link rel="icon" type="image/png" href="./favicon.png">

0 commit comments

Comments
 (0)