Skip to content

Commit

Permalink
Upd: Renamed titles and fixed minor spell issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored and georgepadayatti committed May 21, 2024
1 parent f0b6cef commit 838f900
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
EUDI Wallet SDK
EUDI Wallet OpenID for Verifiable Credentials SDK
</h1>

<p align="center">
Expand All @@ -18,11 +18,11 @@

## About

This repository hosts the source code for the Python port for the EUDI wallet. This implementation uses ES256K (ECDSA) signing algorithm.
This repository hosts the source code for the Python port for the EUDI wallet. This implementation uses the ES256K (ECDSA) signing algorithm.

## Release Status

Work in progress, and the codebase is not stable.
Work in progress, and the codebase could be more stable.

## Installation

Expand All @@ -34,7 +34,7 @@ eudi-wallet can be installed (preferably in a `virtualenv`) using ``pip`` as fol

## Contributing

Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo.
Feel free to improve the plugin and send us a pull request. If you find any problems, please create an issue in this repo.

## References

Expand All @@ -43,8 +43,8 @@ Feel free to improve the plugin and send us a pull request. If you found any pro
## Licensing
Copyright (c) 2022-25 LCubed AB (iGrant.io), Sweden

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
This file is licensed under the Apache License, Version 2.0 (the "License"); you may not use it except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Please see the LICENSE for the specific language governing permissions and limitations under the License.

0 comments on commit 838f900

Please sign in to comment.