Skip to content

Commit 4b94b66

Browse files
committed
doc: Update README.
Signed-off-by: Markus Sabadello <[email protected]>
1 parent 4e27901 commit 4b94b66

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
# verifiable-credentials-java
12

23
## Information
34

45
This is a work-in-progress implementation of the [Verifiable Credentials](https://w3c.github.io/vc-data-model/) data model.
56

67
Not ready for production use! Use at your own risk! Pull requests welcome.
78

8-
### Maven
9+
## Maven
910

1011
First, you need to build the [ld-signatures-java](https://github.com/WebOfTrustInfo/ld-signatures-java) project.
1112

@@ -16,20 +17,20 @@ After that, just run:
1617
Dependency:
1718

1819
<dependency>
19-
<groupId>com.trustnet</groupId>
20+
<groupId>com.danubetech</groupId>
2021
<artifactId>verifiable-credentials-java</artifactId>
2122
<version>0.3-SNAPSHOT</version>
2223
<scope>compile</scope>
2324
</dependency>
2425

25-
### Examples
26+
## Examples
2627

2728
* [examples-ldp.md](examples-ldp.md) - Examples of Verifiable Credentials with Linked Data Proofs
2829
* [examples-jwt.md](examples-jwt.md) - Examples of Verifiable Credentials with JSON Web Tokens
2930
* [examples-jwt-vp.md](examples-jwt-vp.md) - Examples of Verifiable Presentations with JSON Web Tokens
3031

31-
### About
32-
33-
Originally built as part of [TrustNet](http://trustnet.fi/).
32+
## About
3433

3534
![TrustNet Logo](https://github.com/danubetech/verifiable-credentials-java/blob/master/images/trustnet-logo.png?raw=true)
35+
36+
Originally built as part of [TrustNet](http://trustnet.fi/).

0 commit comments

Comments
 (0)