Some mistakes in Windows installation docs

Hi all
I noticed some mistake in Windows installation docs

1/ https://docs.docker.com/engine/installation/windows/#using-docker-from-windows-command-prompt-cmd-exe

On §6 the example should be: C:\Users\mary>FOR /f “tokens=*” %i IN (’“C:\Program Files\Docker Toolbox\docker-machine.exe” env --shell cmd my-default’) DO %i

2/ https://docs.docker.com/engine/installation/windows/#using-docker-from-powershell
On §6 the example should be: C:\Users\mary> & “C:\Program Files\Docker Toolbox\docker-machine.exe” env my-default | Invoke-Expression

Regards
Laurent