Skip to content

Commit

Permalink
chore(docs): updating main readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 31, 2024
1 parent 8bb6249 commit c2facd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ By default RIDB is bundled with a default InMemory storage with support for writ
| **InMemory Storage** | Robust type safe implementation of an inMemory storage
| **LevelDB Storage** | Robust type safe implementation for LevelDB 'classic-level'


## Contributing
I'm very welcome to contributions from anyone, feel free to always open an Issue or create a Pull request.
I'll try to be as transparent as I can around the things that are needed for the project.

Main priorities:
* Improve documentation
* Adding more examples
* Testing and code coverage
11 changes: 1 addition & 10 deletions packages/ridb-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,4 @@ In order to run it, write the following:

```bash
sh test.sh
```

## Contributing
I'm very welcome to contributions from anyone, feel free to always open an Issue or create a Pull request.
I'll try to be as transparent as I can around the things that are needed for the project.

Main priorities:
* Improve documentation
* Adding more examples
* Testing and code coverage
```

0 comments on commit c2facd4

Please sign in to comment.