Skip to content

Commit 1165adb

Browse files
Fix README.md
1 parent f7e9f73 commit 1165adb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
[![Node.js CI](https://github.com/kirillmarkeyev/frontend-project-lvl1/actions/workflows/learn-github-actions.yml/badge.svg)](https://github.com/kirillmarkeyev/frontend-project-lvl1/actions/workflows/learn-github-actions.yml)
55

66

7-
# Five brain-games with CLI (Hexlet first project)
7+
# Five brain-games with command-line interface (my first project)
88

99
### Installation:
1010
```
11-
$ git clone git@github.com:kirillmarkeyev/frontend-project-lvl1.git
12-
$ cd frontend-project-lvl1/
13-
$ make install
14-
$ sudo npm link
11+
git clone git@github.com:kirillmarkeyev/frontend-project-lvl1.git
12+
cd frontend-project-lvl1/
13+
make install
14+
sudo npm link
1515
```
1616

1717
## Description and demonstration:

0 commit comments

Comments
 (0)