Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
s-arash committed Jan 22, 2025
1 parent ab29a35 commit 0e09c30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ In addition, [this OOPSLA paper](https://dl.acm.org/doi/pdf/10.1145/3622840) des

## Examples

See the [ascent/examples](ascent/examples) directory for a more complete set of examples.

### Computing all the connected nodes in a graph
```Rust
ascent! {
Expand All @@ -33,7 +35,7 @@ ascent! {
[dependencies]
ascent = "*"
```
4. Write some Ascent code in `main.rs`. Here is a complete example:
4. Write some Ascent code in `src/main.rs`. Here is a complete example:
```rust
use ascent::ascent;
ascent! {
Expand All @@ -56,10 +58,6 @@ ascent! {
cargo run
```

## Examples

See the [ascent/examples](ascent/examples) directory for a more complete set of examples.

## Features

### Lattices
Expand Down

0 comments on commit 0e09c30

Please sign in to comment.