diff --git a/README.md b/README.md index 4299617..1328278 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- EUDI Wallet SDK + EUDI Wallet OpenID for Verifiable Credentials SDK

@@ -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 @@ -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 @@ -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.