Skip to content

Commit 49c9d53

Browse files
committed
capitalize GobView
1 parent 8f9c75d commit 49c9d53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Web Frontend for Goblint
1+
# GobView
22

3-
The Web Frontend allows inspecting the analyzed files and results of an analysis run with Goblint.
3+
A Web Frontend for Goblint.
4+
5+
It allows inspecting the analyzed files and results of an analysis run with Goblint.
46
It is based on [jsoo-react](https://github.com/jchavarri/jsoo-react) and was originally developed by Alex Micheli for his Bachelor's thesis at TUM i2, significantly extended by Kerem Cakirer, and is now maintained by the Goblint team.
57

68
## Installing

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>Gobview</title>
8+
<title>GobView</title>
99

1010
<link rel="icon" href="https://avatars.githubusercontent.com/u/917621?s=96&v=4"/>
1111
</head>

0 commit comments

Comments
 (0)