Skip to content

Commit

Permalink
Fixed style check errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewyz committed Feb 22, 2025
1 parent 81479e0 commit c3f0ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source-2.0/typescript/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===============
=====================
TypeScript Quickstart
===============
=====================

This guide introduces `Smithy TypeScript <https://github.com/smithy-lang/smithy-typescript>`_ with a simple working example of a
generated server and client.
Expand All @@ -23,6 +23,7 @@ Prerequisites
* `Node.js (>= 16) <https://nodejs.org/en/download>`_ and `yarn <https://yarnpkg.com/getting-started/install>`_
* Ensure you have the Smithy CLI installed. Run ``smithy --version`` to confirm the CLI is correctly installed.
If you need to install the CLI, see :doc:`Smithy CLI Installation <../guides/smithy-cli/cli_installation>`.

.. warning:: This project was made for Mac/Linux, it may not build correctly on Windows.

------
Expand Down

0 comments on commit c3f0ad3

Please sign in to comment.