Things I Forget Every Time - ln

Making a symbolic link I always forget the order of parameters.

ln -s TARGET_OF_SYMLINK WHERE_THE_SYMLINK_IS_STORED

For some reason I always get the two swapped around.