Skip to content

Commit

Permalink
chore(bedrock): add description (#22)
Browse files Browse the repository at this point in the history
* chore(bedrock): add description

* add desc

* Update package.json
  • Loading branch information
eladb authored Nov 28, 2023
1 parent f4a9d26 commit 1d3bfed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ A Wing library for working with [Amazon Bedrock](https://aws.amazon.com/bedrock/

## Installation

`sh
```sh
npm i @winglibs/bedrock
`
```

## Usage

Expand Down
5 changes: 5 additions & 0 deletions bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@winglibs/bedrock",
"description": "A Wing library for Amazon Bedrock",
"version": "0.0.1",
"author": {
"name": "Eyal Keren",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
Expand Down

0 comments on commit 1d3bfed

Please sign in to comment.