We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c162c commit 5c0f375Copy full SHA for 5c0f375
1 file changed
README.md
@@ -1,6 +1,6 @@
1
<p align="center">
2
- <a href="https://vuepress.vuejs.org/" target="_blank">
3
- <img width="180" src="https://raw.githubusercontent.com/counterapi/docs/master/src/.vuepress/public/favicons/apple-icon-180x180.png" alt="logo">
+ <a href="https://counterapi.dev/" target="_blank">
+ <img width="180" src="https://raw.githubusercontent.com/counterapi/docs/refs/heads/main/docs/assets/img/logo.png" alt="logo">
4
</a>
5
</p>
6
@@ -12,11 +12,10 @@
12
13
## Documentation
14
15
-Check out our docs at https://counterapi.dev/.
+Check out our docs at https://docs.counterapi.dev/.
16
17
```bash
18
-pnpm install # install all dependencies
19
-pnpm dev # serves VuePress' own docs with itself
+make run
20
```
21
22
## License
0 commit comments