diff --git a/docs/docs/getting-started/iOS.md b/docs/docs/getting-started/iOS.md index f5ca26cf7..19775cce1 100644 --- a/docs/docs/getting-started/iOS.md +++ b/docs/docs/getting-started/iOS.md @@ -4,16 +4,14 @@ User [brasilikum](https://github.com/brasilikum) opened an issue on the main re Don't know what an iOS shortcut is? Neither did I! Experienced iOS users may already be familiar with this utility but for the uninitiated, here is the official Apple explanation: -``` +` A shortcut is a quick way to get one or more tasks done with your apps. The Shortcuts app lets you create your own shortcuts with multiple steps. For example, build a “Surf Time” shortcut that grabs the surf report, gives an ETA to the beach, and launches your surf music playlist. -``` - +` Basically it is a visual scripting language that lets a user build an automation in a guided fashion. The automation can be [shared with anyone](https://www.icloud.com/shortcuts/6ae356d5fc644cfa8983a3c90f242fbb) but if it is a user creation, you'll have to jump through a few hoops to make an untrusted automation work on your device. In brasilikum's shortcut, you need to make changes for it to work. Recent updates to the project have changed some of the syntax and folder structure since its original creation. -![screenshot](/home/rastacalavera/git/mealie/mealie/docs/docs/img/original.jpg) - +![screenshot](/mealie/docs/docs/img/original.jpg) Aside from putting in your host machine ip or domain, you must also change ``` @@ -28,4 +26,4 @@ api/recipes/create-url **NOTICE** --> recipe is now pluar and there is no trailing "/" at the end of the string. -Having made those changes, you should now be able to share a website to the shortcut and have mealie grab all the necessary information! \ No newline at end of file +Having made those changes, you should now be able to share a website to the shortcut and have mealie grab all the necessary information!