diff --git a/README.md b/README.md index b138f48..e3ef50b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LearnAwesome -[Visit the online version at https://learnawesome.vercel.app/](https://learnawesome.vercel.app/) but you can also run it on your own machine. +[Visit the online version at https://learndb.vercel.app/](https://learndb.vercel.app/) but you can also run it on your own machine. This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc. It also includes reviews from experts and metadata like paywall/loginwall to help you find the best resource for your learning goals. @@ -61,4 +61,4 @@ For the front-end, we write Svelte components in `src` and generate `bundle.js` These bundles are then used by `templates/index.html` which datasette loads on the first visit. We keep a second database file `dummy.db` in the same directory so that datasette opens `/` and not `/learn`. -For UI, we make use of TailwindCSS (currently loaded via CDN with some plugins) and Shoelace.Style. Whenever possible, we use Shoelace's existing components. \ No newline at end of file +For UI, we make use of TailwindCSS (currently loaded via CDN with some plugins) and Shoelace.Style. Whenever possible, we use Shoelace's existing components.