Skip to content

Commit 3b77079

Browse files
committed
typo
1 parent 3b47a79 commit 3b77079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Include OctoPrint API in your project:
6565
### HelloWorldSerial
6666
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.
6767

68-
### GetPrintJObInfo
68+
### GetPrintJobInfo
6969
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.
7070

7171

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

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

0 commit comments

Comments
 (0)