Skip to content

Commit

Permalink
Merge pull request #34 from LucianBuzzo/lucianbuzzo/fix-readme-typos
Browse files Browse the repository at this point in the history
fix: correct a few small typos in readme files
  • Loading branch information
waltkb committed Dec 13, 2023
2 parents ccbbba5 + 6978ea6 commit 89fc298
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Getting Started

### Multi-Platform Libaries
### Multi-Platform Libraries
Available for Kotlin/Java and JavaScript environments.

- [Crypto](https://github.com/walt-id/waltid-identity/blob/main/waltid-crypto/README.md) - create and use keys based on different algorithms.
Expand Down
2 changes: 1 addition & 1 deletion waltid-openid4vc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For the OpenID4VCI issuance protocol, implement the following endpoints:

**Well-defined endpoints:**

This endpoints are well-defined, and need to be available under this exact path, relative to your issuer base URL:
These endpoints are well-defined, and need to be available under this exact path, relative to your issuer base URL:

* `GET /.well-known/openid-configuration`

Expand Down
2 changes: 1 addition & 1 deletion waltid-sdjwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Checkout the [documentation regarding SD-JWTs](https://docs.walt.id/v/ssikit/con

## What is the SD-JWT library?

This libary implements the **Selective Disclosure JWT (SD-JWT)**
This library implements the **Selective Disclosure JWT (SD-JWT)**
specification: [draft-ietf-oauth-selective-disclosure-jwt-04](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/04/).

### Features
Expand Down
2 changes: 1 addition & 1 deletion waltid-web-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Check out the **[Official Documentation](https://docs.walt.id/v/apps/solutions/w

## What is the Web-Wallet?

A **white-label solution** build on top of our core libs, offering your everything to build identity POCs leveraging Verifiable Credentials and NFTs/Tokens across ecosystems.
A **white-label solution** built on top of our core libs, offering you everything to build identity POCs leveraging Verifiable Credentials and NFTs/Tokens across ecosystems.

### Features

Expand Down
4 changes: 2 additions & 2 deletions waltid-web-wallet/docker-compose/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Web-wallet package

This package is a docker compose configuration which starts all the services required to
This package is a docker compose configuration that starts all the services required to
run a complete credential flow:
- issue - using issuer-portal
- store - using web-wallet
- verify - using verifier-portal

## Services

The complete list of services and their port mapping is following:
The complete list of services and their port mapping is as follows:
- web-wallet-frontend: `3000`
- web-wallet-backend: `4545` (not published)
- web-portal: `4000`
Expand Down

0 comments on commit 89fc298

Please sign in to comment.