Skip to content

Commit fb835b9

Browse files
committed
tweaks
1 parent 910528d commit fb835b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<meta name="theme-color" content="#000000">
7-
<meta name="Description" content="SOSML is an online interpreter for the functional programming language Standard ML, written in TypeScript.">
7+
<meta name="Description" content="SOSML is an online interpreter for the functional programming language Standard ML (SML), written in TypeScript.">
88
<meta name="google-site-verification" content="vyV3F0EYJwMx4p1uTNOYGaUP7xBEQkqt3vIbA9RUrBc">
99
<link rel="prefetch" href="%PUBLIC_URL%/webworker.js" as="worker">
1010
<link rel="preload" href="/static/fonts/glyphicons-halflings-regular.woff2" as="font" crossorigin>

frontend/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SOSML",
33
"short_name": "SOSML",
4-
"description": "SOSML - Online Interpreter for Standard ML",
4+
"description": "SOSML - Online Interpreter for Standard ML (SML)",
55
"start_url": "/editor",
66
"background_color": "#000000",
77
"theme_color": "#000000",

0 commit comments

Comments
 (0)