Rename project from yanmang to memos-rss and update README and package.json accordingly

This commit is contained in:
암냥 2025-12-11 01:19:58 +09:00
commit 4f02e4a512
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# yanmang
# memos-rss
To install dependencies:
@ -9,7 +9,7 @@ bun install
To run:
```bash
bun run index.ts
bun run start
```
This project was created using `bun init` in bun v1.3.3. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.

View file

@ -1,5 +1,5 @@
{
"name": "yanmang",
"name": "memos-rss",
"module": "index.ts",
"type": "module",
"private": true,