Skip to content

Commit 4340aeb

Browse files
committed
docs(README): fix typos
1 parent d0e3b78 commit 4340aeb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ All the parameters are optional.
114114
| ---- | ----------- | ------- | ----------- |
115115
| `recaptchacompat` | `boolean` | `true` | Disable drop-in replacement for reCAPTCHA with `false` to prevent hCaptcha from injecting into `window.grecaptcha`. |
116116
| `hl` | `string` (ISO 639-2 code) | `auto` | hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. See [language codes](https://hcaptcha.com/docs/languages). |
117-
|
118117
| `apihost` | `string` | `-` | See enterprise docs. |
119118
| `assethost` | `string` | `-` | See enterprise docs. |
120119
| `endpoint` | `string` | `-` | See enterprise docs. |
@@ -153,18 +152,18 @@ All the parameters are optional.
153152

154153
Please note that "invisible" simply means that no hCaptcha button will be rendered. Whether a challenge shows up will depend on the sitekey difficulty level. Note to hCaptcha Enterprise ([BotStop](https://www.botstop.com)) users: select "Passive" or "99.9% Passive" modes to get this No-CAPTCHA behavior.
155154

156-
## Development
155+
## Development (for /package)
157156

158157
> `git clone https://github.com/Vexcited/solid-hcaptcha`
159158
160159
I use `pnpm` as the package manager, so run `pnpm install` to install the dependencies.
161160

162161
### Scripts
163162

164-
* `pnpm build`: Builds to the `dist` folder.
163+
* `pnpm build`: Lints and builds to the `dist` folder.
165164
* `pnpm lint`: Checks if there's any TypeScript error.
166-
* `pnpm release`: Script that I use to release new versions of this package.
165+
* `pnpm release`: Runs `release-it` to release new versions.
167166

168-
### Example
167+
### Example Website
169168

170-
You can see how to contribute to the [example website](https://vexcited.github.io/solid-hcaptcha) in the [`example` folder](./example/).
169+
You can see how to contribute to the [example website](https://vexcited.github.io/solid-hcaptcha/) in the [`example` folder](/example/).

0 commit comments

Comments
 (0)