Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 7d08720

Browse files
Update repo name in README.md
1 parent f2d1a63 commit 7d08720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Make sure you have all these dependences installed before moving on:
2727
Create project via `composer create-project` composer command.
2828

2929
```bash
30-
$ composer create-project tonik/theme <theme-name>
30+
$ composer create-project tonik/tonik <theme-name>
3131
```
3232

3333
You can also directly download or clone repository to the `wp-content/themes` directory.
3434

3535
```bash
3636
# Clone repository to the <theme-name> folder.
37-
$ git clone [email protected]:tonik/theme.git <theme-name>
37+
$ git clone [email protected]:tonik/tonik.git <theme-name>
3838
```
3939

4040
## Resolving Dependences
@@ -121,4 +121,4 @@ themes # — Root of your theme
121121

122122
## USAGE.md Boilerplate
123123

124-
[USAGE.md](https://github.com/tonik/theme/blob/master/USAGE.md) provides "How to use" guide for themes created with this starter. Remember to properly fill this file before finalising project. Your clients will be grateful.
124+
[USAGE.md](https://github.com/tonik/tonik/blob/master/USAGE.md) provides "How to use" guide for themes created with this starter. Remember to properly fill this file before finalising project. Your clients will be grateful.

0 commit comments

Comments
 (0)