aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-02 23:52:38 -0700
committerMark Otto <[email protected]>2017-07-02 23:52:38 -0700
commit2dc18fd42e577b584eb351306308e2541cde41a4 (patch)
tree63dcea9cbee4c8495d2ffba1fda61949c93433db
parentf08cf1fce77b71f9c9f9a7d9fc66f366a2885e88 (diff)
downloadbootstrap-2dc18fd42e577b584eb351306308e2541cde41a4.tar.xz
bootstrap-2dc18fd42e577b584eb351306308e2541cde41a4.zip
new port
-rw-r--r--README.md2
-rw-r--r--_config.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f92150f4f..0fcc7f0ad 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) and other Ruby dependencies with `bundle install`.
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
-4. Open `http://localhost:9001` in your browser, and voilĂ .
+4. Open `http://localhost:3001` in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
diff --git a/_config.yml b/_config.yml
index 713e5fa5e..08522533c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,7 +9,7 @@ permalink: pretty
source: docs
destination: _gh_pages
host: 0.0.0.0
-port: 9001
+port: 3001
url: http://getbootstrap.com
encoding: UTF-8