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: Fahad Zubair <fahadzub@amazon.com>
This commit is contained in:
Fahad Zubair 2024-06-11 10:34:05 +01:00 committed by GitHub
parent 4176e8011e
commit b7f12a67fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -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