Skip to content

Commit 557bc86

Browse files
committed
Update README.md: fix localhost port
1 parent a70e06a commit 557bc86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Documentation search is powered by [Algolia's DocSearch](https://docsearch.algol
151151
1. Run `npm install` to install the Node.js dependencies, including Astro (the site builder).
152152
2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
153153
3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
154-
4. Open `http://localhost:9001/` in your browser, and voilà.
154+
4. Open <http://localhost:4321> in your browser, and voilà.
155155

156156
Learn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).
157157

0 commit comments

Comments
 (0)