diff --git a/LICENSE b/LICENSE index 261eeb9..eb0f708 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2026 IBM Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 483d5da..ebf9f25 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repo demonstrates modern API best-practices with: --- ## Prerequisites -1. **.NET 8.0** or later +1. **.NET 8.0** or later. 2. A **DataStax Astra DB** serverless database – [grab a free account](https://astra.datastax.com). ## Setup & Configuration @@ -51,7 +51,7 @@ Edit `appsettings.json`: Command line - Trust the ASP.NET Core HTTPS dev certificate. [documentation](https://learn.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-9.0&tabs=visual-studio%2Clinux-sles#trust-the-aspnet-core-https-development-certificate) ```bash -dotnet dev-certs https trust +dotnet dev-certs https --trust ``` _Note: If you have trouble with the certificate in your browser or via `curl`, try "cleaning" the Dotnet certificate store, and "trust" again. `dotnet dev-certs https clean`_