Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 1, 2024
1 parent f41a099 commit 40a6136
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cloudv2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# cloudv2

This module contains a Wing-based implementation of the built-in `cloud` library. It's a work in progresss as part of a migration for our internal codebase.

Here are the resources available so far:
- Counter

## Prerequisites

* [winglang](https://winglang.io).
Expand All @@ -13,9 +18,9 @@ npm i @winglibs/cloudv2
## Usage

```js
bring cloudv2;
bring cloudv2 as cloud;

let adder = new cloudv2.Adder();
let counter = new cloud.Counter();
```

## License
Expand Down

0 comments on commit 40a6136

Please sign in to comment.