Skip to content

Commit

Permalink
Fix .gitignore entry for macOS and update README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymott committed Jan 17, 2025
1 parent f8c9d6d commit d0f7f64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
dist
coverage
.DS_store
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ and by [Ajitomi Daisuke](https://github.com/dajiaji/crystals-kyber-js/tree/main)
| ----------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| crystals-kyber-rustykey | [![npm](https://img.shields.io/npm/v/crystals-kyber-rustykey)](https://www.npmjs.com/package/crystals-kyber-rustykey) | 🚧 WORK IN PROGRESS 🚧 |


<div align="left">
For Node.js, you can install crystals-kyber-rustykey via pnpm, npm or yarn:

```sh
pnpm install crystals-kyber-rustykey
```
<div align="left">

Use:

```typescript
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.

0 comments on commit d0f7f64

Please sign in to comment.