Updated README.

This commit is contained in:
Mike Cao 2022-05-06 21:57:25 -07:00
parent e735a1c50d
commit 5b2628172b
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,12 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics.
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
A fast way to get up and running is to use Railway
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/umami)
See [Running on Railway](https://umami.is/docs/running-on-railway) to get started.
## Installing from source
### Requirements

View File

@ -6,7 +6,6 @@ const selector = state => state.shareToken;
export default function useShareToken(shareId) {
const shareToken = useStore(selector);
console.log({ shareToken });
const { get } = useApi();
async function loadToken(id) {