Skip to content

Commit 9623fa9

Browse files
authored
Update readme.md
1 parent ce9672a commit 9623fa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CodeLive is a cross-platform collaborative code editor, designed to be a robust tool to teach programming languages in a class without the need of a bigger screen.
44

5-
CodeShare gives developers the ability to run code on multiple devices using docker -for now, it can only run HTML and others will be added soon-.
5+
CodeLive gives developers the ability to run code on multiple devices using docker -for now, it can only run HTML and others will be added soon-.
66

77
## Demo
88
![CodeShare 1-0](https://raw.githubusercontent.com/pmzi/CodeShare/master/src/images/1-0.gif)
@@ -11,14 +11,14 @@ CodeShare gives developers the ability to run code on multiple devices using doc
1111

1212
## Installation Guide
1313

14-
Cloning CodeShare:
14+
Cloning CodeLive:
1515
```
16-
git clone https://github.com/pmzi/CodeShare.git
16+
git clone https://github.com/pmzi/CodeLive.git
1717
```
1818
#
1919
Installing dependencies:
2020
```
21-
cd CodeShare/
21+
cd CodeLive/
2222
npm install
2323
```
2424
#

0 commit comments

Comments
 (0)