Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkysteveo committed Dec 30, 2022
1 parent 3b47a79 commit 3b77079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Include OctoPrint API in your project:
### HelloWorldSerial
This is the first sketch to try out. Enter your WiFi credentials, your OctoPrint network info, API key, compile and upload. Open the serial monitor and you should start to see printer information coming back. Works on both ESP8266 and ESP32 boards.

### GetPrintJObInfo
### GetPrintJobInfo
Uses the getPrintJob() function of the class to get the current print job and returns most of the useful API variables. Gives a "real world" example of using the variables to print more human readable info once collected from the API.


Expand All @@ -92,7 +92,7 @@ See the [LICENSE.md](LICENSE.md) file for details

## Release History
* 1.1.6
* Bumping the version up including all the latest and greatest PR's from [JCsGotThis](https://github.com/jcassel)!
* Bumping the version up including all the latest and greatest PR's, including from [JCsGotThis](https://github.com/jcassel)!
* 1.1.5
* Bumping the version up to see if it helps with PlatformIO including the latest files.!
* 1.1.4
Expand Down

0 comments on commit 3b77079

Please sign in to comment.