diff --git a/_posts/documentation/get-started/2000-01-02-build.md b/_posts/documentation/get-started/2000-01-02-build.md index 8a87fe06..bf0249fb 100644 --- a/_posts/documentation/get-started/2000-01-02-build.md +++ b/_posts/documentation/get-started/2000-01-02-build.md @@ -16,7 +16,7 @@ Install [Xcode](https://developer.apple.com/xcode/) and the necessary SDK for de ```bash git clone git://github.com/ariya/phantomjs.git cd phantomjs -git checkout 1.9.7 +git checkout 1.9 ./build.sh ```