Skip to content

Commit 0680ce9

Browse files
committed
Fix README
1 parent 48886c5 commit 0680ce9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
![Rift Explorer logo](assets/logo.png?raw=true)
22

3+
----
4+
35
Always up to date documentation for the League of Legends client API.
46

5-
#### Prebuilt
7+
### Prebuilt
68

79
Prebuilt binaries for Windows can be found [here](https://github.com/Pupix/rift-explorer/releases)
810

9-
#### Build from source
11+
### Build from source
1012

1113
1. Clone repository
12-
`git clone https://github.com/Pupix/lol-client-api-explorer.git`
14+
`git clone https://github.com/Pupix/rift-explorer.git`
1315

1416
2. Install dependencies
1517
`yarn install` or `npm install`
1618

1719
3. Start League of Legends
1820

19-
4. Start the api-explorer
21+
4. Start Rift Explorer
2022
`yarn start` or `npm run start`
2123

2224
### Screenshot

0 commit comments

Comments
 (0)