Skip to content

Commit

Permalink
doc: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 12, 2024
1 parent e41a0cf commit 5ae2494
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Better Privacy, Performance, and DX for Third-Party Scripts in Nuxt Apps.

## Features

- 🪨 [useScript](https://unhead.unjs.io/usage/composables/use-script)
- 🪨 [useScript by Unhead](https://unhead.unjs.io/usage/composables/use-script)
- 🦥 Improve your site performance with better script loading strategies
- 🎃 Powerful proxy API for SSR handling, lazy loading, and error handling
- (TODO) Registry for third-party scripts in Nuxt
- 🎁 20+ third-party scripts composables and components
- ⏬ Serve scripts from your own server
- 🕵️ Privacy Features - Protect end users identity, provide consent to scripts.
- 🪵 DevTools integration - View your script with their status and see function logs
Expand Down Expand Up @@ -55,6 +55,8 @@ addConfetti({ emojis: ['🌈', '⚡️', '💥', '✨', '💫', '🌸'] })

The registry is a collection of third-party scripts with out-of-the-box composable and component integrations for Nuxt Scripts.

Some registry scripts are stubs for external modules. When using these it will prompt to install the module for you.

Check failure on line 58 in README.md

View workflow job for this annotation

GitHub Actions / ci

Trailing spaces not allowed

- [Cloudflare Turnstile](#cloudflare-turnstile) - Nuxt Turnstile
- [Cloudflare Web Analytics](#cloudflare-web-analytics)
- [Confetti](#confetti)
Expand Down

0 comments on commit 5ae2494

Please sign in to comment.