Skip to content

Commit 15cbf0b

Browse files
authored
Fixed markup in README.md
1 parent fa1fb31 commit 15cbf0b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AnaLóg
22

3-
AnaLog (pronounced with stressed "*o*") is a tool for convenient real-time displaying of various logs in your browser.
4-
Think of it as of web interface to traditional [tail](https://ru.wikipedia.org/wiki/Tail) utility
3+
AnaLog (pronounced with stressed "*o*") is a tool for convenient real-time displaying of various logs in your browser.
4+
Think of it as of web interface to traditional [tail](https://en.wikipedia.org/wiki/Tail_(Unix)) utility
55
with a bunch of improvements:
66
* log level syntax highlighting
77
* predefined and on-demand log choice configuration (via YAML or URL correspondingly)
@@ -23,26 +23,27 @@ in its development, please feel free to [contact the author](mailto:toparvion@gm
2323

2424
## What it looks like?
2525
### For end users
26-
Click on the following images to see them in full size.
26+
Click the images to see them in full size.
2727

2828
<a href="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/composite-example.png">
29-
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/composite-example.png" align="left" height="200">
29+
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/composite-example.png" height="170">
3030
</a>&nbsp;
3131
<a href="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/choices-example.png">
32-
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/choices-example.png" align="left" height="200">
32+
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/choices-example.png" height="170">
3333
</a>&nbsp;
3434
<a href="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/dialogs-example.png">
35-
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/dialogs-example.png" align="left" height="200">
35+
<img src="https://raw.githubusercontent.com/wiki/Toparvion/analog/images/dialogs-example.png" height="170">
3636
</a>
3737

3838
### For administrator
3939
In case of AnaLog the administrator is a person who installs and
40-
configures AnaLog instances. From the administrator's perspective AnaLog:
40+
configures AnaLog instances.
41+
From the administrator's perspective AnaLog:
4142
* is standalone Java application with built-in web server (based on [Spring Boot](https://spring.io/projects/spring-boot) framework)
42-
* works on Java 11 and above
43+
* works on [Java 11](http://jdk.java.net/11/) and above
4344
* has flexible configuration in 2 YAML files: for system settings and log choices (see [examples](https://github.com/Toparvion/analog/wiki))
4445
* must be installed on every server where the file logs must be fetched from
45-
* relies on `tail`, `docker` and `kubectl` binaries to fetch logs from corresponding resources.
46+
* relies on `tail`, `docker` and `kubectl` binaries to fetch logs from corresponding sources.
4647

4748
## Installation & Usage
4849
1. Download `analog.zip` from [latest release](https://github.com/Toparvion/analog/releases/latest) page
@@ -66,4 +67,4 @@ comprehensive documentation nor support. Some basic information can be
6667
found on [Wiki pages](https://github.com/Toparvion/analog/wiki).
6768
Nevertheless the author would be glad to help you with any questions
6869
concerning AnaLog usage. You can ask for help
69-
by means of an [issue](https://github.com/Toparvion/analog/issues/new).
70+
by means of an [issue](https://github.com/Toparvion/analog/issues/new).

0 commit comments

Comments
 (0)