diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD index a8aa3cbda37711435c40135e1e0586e2a6db1a9a..4c33e6828e6f5d56e36731a405b5d65d833231fb 100644 --- a/Documentation/DevelopingFrontEnd.MD +++ b/Documentation/DevelopingFrontEnd.MD @@ -12,8 +12,7 @@ Navigate to the root directory of the Project: cd ScienceAccessibility ``` -* If I Change something on GitHub. -################################### +### If I Change something on GitHub.: From inside the ScienceAccessibility directory you navigated to in the last step. Run ``` git pull origin master ``` This will synchronize the website with your hard drive. * caveat, if you have changed some file contents in the intervening time, Git wants to help you not to over write changes.