Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jun 1, 2024
1 parent b879533 commit c4e4919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build-ci-v2
on:
pull_request:
branches:
- master
- v2.x
push:
branches:
- master
- v2.x

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in all copies or substantial portions of the Software.
> The software is provided 'as is,' without any warranty of any kind, expressed or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
>It is essential that you carefully read and understand this disclaimer before using this software and its components. If you do not agree with any part of this disclaimer, please refrain from using the software.
> [!INFORMATION]
> [!NOTE]
>### Be Noted
> This version is an update for ESP32 V3.0.0 and later which is a breaking change, so this version of the library is not compatible with the previous versions of the ESP32 core. The previous version of the library is available in the branch [V1.x](https://github.com/luc-github/ESP32SSDP/tree/V1.x).
> The deprecated functions of 1.x version have been removed.
Expand Down

0 comments on commit c4e4919

Please sign in to comment.