Unverified Commit b7f12a67 authored by Fahad Zubair's avatar Fahad Zubair Committed by GitHub
Browse files

Fix Server README to remove stale warning on unstable good generation (#3658)



The Server README had a stale warning:

```
** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. ```

---------

Co-authored-by: default avatarFahad Zubair <fahadzub@amazon.com>
parent 4176e801
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2,13 +2,11 @@

Server-side Smithy code generator

** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. **

[Design documentation (WIP)](https://smithy-lang.github.io/smithy-rs/)
[Design documentation](https://smithy-lang.github.io/smithy-rs/design/server/overview.html)

## Project Layout

* `codegen-server`: Server-side code generation
* `codegen-server-test`: Server-side Smithy test and validation generation
* `codegen-server`: Server-side code generation.
* `codegen-server-test`: Server-side Smithy test and validation generation.
  Common commands:
  * `./gradlew :codegen-server-test:test` Generate code and run tests against it
+1 −1

File changed.

Contains only whitespace changes.