Skip to content

Commit 4d6312a

Browse files
authored
Merge pull request #5 from animo/docs/fix-broken-link
docs: fix broken link
2 parents 97eccff + 0e64c85 commit 4d6312a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
</p>
3333

3434
<p align="center">
35-
<a href="#getting-started">Getting started</a>
35+
<a href="#getting-started">Getting Started</a>
36+
&nbsp;|&nbsp;
37+
<a href="#usage">Usage</a>
3638
&nbsp;|&nbsp;
3739
<a href="#contributing">Contributing</a>
3840
&nbsp;|&nbsp;
@@ -103,7 +105,7 @@ You can now import `@animo-id/expo-digital-credentials-api` in your application.
103105
104106
### Registering Credentials
105107
106-
To make Android aware of the credentials availble in your wallet, you need to register the credentials. Every time the credentials in your application changes, you should call this method again.
108+
To make Android aware of the credentials available in your wallet, you need to register the credentials. Every time the credentials in your application changes, you should call this method again.
107109
108110
When registering credentials you can also choose the matcher that is used. When registering credentials with a new matcher the old matcher will not be used anymore (the latest register call always overrides previous calls). The supported matchers are:
109111
@@ -256,7 +258,7 @@ export function MyCustomComponent({
256258

257259
If you're using Expo Router, the root application is automatically loaded and executed, even if a custom activity is launched in React Native, and thus your main application logic will be executed (although not visible).
258260

259-
To prevent this from happening, you can create a small wrapper that returns `null` when the current activity is the get credential activitiy using the `isGetCredentialActivity` method. Make sure to only call this method once your app component is loaded, to prevent the app loading to get stuck.
261+
To prevent this from happening, you can create a small wrapper that returns `null` when the current activity is the get credential activity using the `isGetCredentialActivity` method. Make sure to only call this method once your app component is loaded, to prevent the app loading to get stuck.
260262

261263
```ts
262264
import { isGetCredentialActivity } from "@animo-id/expo-digital-credentials-api";
@@ -271,8 +273,8 @@ export default function App() {
271273

272274
## Contributing
273275

274-
Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our [contribution guidelines](./CONTRIBUTING.md).
276+
Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our [contribution guidelines](https://github.com/animo/.github/blob/main/CONTRIBUTING.md).
275277

276278
## License
277279

278-
Expo Digital Credentials Api is licensed under the [Apache 2.0](./LICENSE) license.
280+
This repository is licensed under the [Apache 2.0](./LICENSE) license.

0 commit comments

Comments
 (0)