Minor: indentation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-12-26 17:26:36 -05:00
parent 338caaa4bf
commit 748fd06cbc
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@ ExoRepo new
For example, by running the previous example the alias 'pharo' has been taken for all future
short urls and can not be used again (you will need to pick a new short url alias).
You can also enlarge a link from YouTube using:
You can also enlarge a link from YouTube using:
`YouTube enlargeLink: 'https://youtu.be/ggSyF1SVFr4'`
`YouTube enlargeLink: 'https://youtu.be/ggSyF1SVFr4'`
which produces `https://www.youtube.com/watch?v=ggSyF1SVFr4`.
which produces `https://www.youtube.com/watch?v=ggSyF1SVFr4`.
Migrated from: <http://static.smalltalkhub.com/Offray/Shortener/index.html>