Merge pull request #96 from zaidMughal/master

Grammar correction
This commit is contained in:
per1234 2023-01-26 23:09:09 -08:00 committed by GitHub
commit 1c04e07f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
[![Compile Examples status](https://github.com/arduino-libraries/NTPClient/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/NTPClient/actions/workflows/compile-examples.yml)
[![Spell Check status](https://github.com/arduino-libraries/NTPClient/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/NTPClient/actions/workflows/spell-check.yml)
Connect to a NTP server, here is how:
Connect to an NTP server, here is how:
```cpp
#include <NTPClient.h>