Skip to content

Commit

Permalink
Don't run code snippet in README during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Aug 31, 2023
1 parent d912108 commit 18ac930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cargo add aquadoggo

Run the node directly next to the frontend you're building for full peer-to-peer applications. Check out our [Tauri](https://github.com/p2panda/tauri-example) example for writing a desktop app.

```rust
```rust,ignore
use aquadoggo::{Configuration, Node};
use p2panda_rs::identity::KeyPair;
Expand Down

0 comments on commit 18ac930

Please sign in to comment.