Skip to content

Commit

Permalink
Fix: Aligned the titles to rest of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored May 22, 2024
1 parent 33df4a9 commit 5f7e078
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This repository hosts source code for the reference implementation of the GovSta

Released. Refer to the [wiki page](https://github.com/decentralised-dataexchange/bb-consent-docs/wiki/wps-and-deliverables) for the latest status of the deliverables.

## Configuration
## Installation

Gradle:
```gradle
Expand All @@ -43,7 +43,7 @@ Maven:
</dependency>
```

## Integration
## Initialisation

#### Privacy Dasboard
We can initiate the privacy dashboard by calling the below.
Expand Down Expand Up @@ -72,6 +72,9 @@ To enable Ask me we just need to add the following before the `start(this)`
```
.enableAskMe()
```

## Supported Functions

#### Data Sharing UI

Register activity for result to get the response back from the Data sharing UI
Expand Down

0 comments on commit 5f7e078

Please sign in to comment.