fix(readme): Remove extraneous code fence markers from license section in readme

This commit is contained in:
2025-04-27 14:30:53 +00:00
parent 49f5d344a4
commit b7005f360c
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-27 - 6.0.1 - fix(readme)
Remove extraneous code fence markers from license section in readme
- Removed unnecessary triple backticks wrapping the license information
- Improved clarity of the license section in the documentation
## 2025-04-27 - 6.0.0 - BREAKING CHANGE(SmartAcme)
Refactor challenge handling by removing legacy setChallenge/removeChallenge in favor of pluggable challengeHandlers and update documentation and tests accordingly