Skip to content

Commit 9bc4f63

Browse files
committed
README.md: grammar fixes from grammarly.com.
No functional changes. [ci skip]
1 parent 5a873ed commit 9bc4f63

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66

77
## What's it?
88

9-
It's a website for anybody who collects post stamps and wants to have online version of collection.
9+
It's a website for anybody who collects post stamps and wants to have an online version of the collection.
1010

11-
## How it can be useful for me?
11+
## How can it be useful to me?
1212

1313
With this site you can:
14-
* see the statistic (including charts) about your collection (how many series and stamps do you have? From which countries and in which categories they are?)
15-
* share link to collection with friends
16-
* use it as list of stamps which you are selling on auction
17-
* add to signature on forums
18-
* use it where photo of your collection is needed
14+
* look at the statistic (including charts) about your collection (how many series and stamps do you have? From which countries and in which categories they are?)
15+
* share a link to the collection with friends
16+
* use it as a list of stamps which you are selling on auction
17+
* add to the signature on forums
18+
* use it where a photo of your collection is needed
1919

20-
## How I can try it?
20+
## How can I try it?
2121

2222
You can look at it and try on https://my-stamps.ru
2323

24-
If you are programmer/sysadmin or you just feeling that you are able to run local version of the site then follow the following instructions:
24+
If you are programmer/sysadmin or you just feeling that you are able to run a local version of the site then follow the following instructions:
2525

2626
* install Java (at least 8th version is required)
2727
* install Maven
2828
* clone this project
29-
* from the console inside the directory with source code, execute command `mvn spring-boot:run`
30-
* open up `http://127.0.0.1:8080` in the browser
29+
* from the console inside the directory with source code, execute the command `mvn spring-boot:run`
30+
* open up `http://127.0.0.1:8080` in a browser
3131
* browse the site or log in as one of the pre-created users: `admin` / `test` or `coder` / `test`
3232
* press `Ctrl-C` to stop the server
3333

34-
**Caution!** The purpose of that version is preview of the site and its capabilities. Because of that, the **changes** that you can make on the site **will be lost after stopping the server**!
34+
**Caution!** The purpose of that version is a preview of the site and its capabilities. Because of that, the **changes** that you can make on the site **will be lost after stopping the server**!
3535

3636
## What's inside? (interesting only for programmers)
3737

0 commit comments

Comments
 (0)