IBM / FoodTrackerBackend

This tutorial teaches how to create a Kitura Swift backend for the FoodTracker iOS app tutorial from Apple. This project contains a version of the tutorial code that has been updated to use Codable rather than NSCoder.
109 stars 38 forks source link

Fix numbers #32

Closed Andrew-Lees11 closed 6 years ago

Andrew-Lees11 commented 6 years ago

Fixed an issue with the numbering in the Food tracker tutorial README.

This makes the numbers count consistantly and adds a space to cause number 5 in "Run the Food Tracker App:" to display correctly

seabaylea commented 6 years ago

LGTM. Merging.