Skip to content

Commit 4329f69

Browse files
authored
update registry (#142)
1 parent 3805c70 commit 4329f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/registry/publish.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package upload
22

3-
Packages can be uploaded to the [official registry](https://registry-frontend.vercel.app) using the `fpm publish` command. After a successful upload, users can search for the package and use it in their projects. But be aware that the upload is permanent. Once a package is uploaded, it cannot be deleted. If you want to make changes to a package, you will have to create a new version of the package and upload that.
3+
Packages can be uploaded to the [official registry](https://registry-phi.vercel.app) using the `fpm publish` command. After a successful upload, users can search for the package and use it in their projects. But be aware that the upload is permanent. Once a package is uploaded, it cannot be deleted. If you want to make changes to a package, you will have to create a new version of the package and upload that.
44

55
fpm version 0.8.2 and higher is required to upload packages to the registry.
66

@@ -12,7 +12,7 @@ We are currently building and testing the registry. All uploaded packages will b
1212

1313
### Register
1414

15-
Before you can upload a package, you need to have an account on the official registry. You can create an account by visiting the [registry website](https://registry-frontend.vercel.app).
15+
Before you can upload a package, you need to have an account on the official registry. You can create an account by visiting the [registry website](https://registry-phi.vercel.app).
1616

1717
### Namespace
1818

@@ -54,4 +54,4 @@ A dry run can be performed with `fpm publish --token <token> --dry-run`. This wi
5454

5555
### Publishing
5656

57-
To publish a package, run `fpm publish --token <token>` using the token you generated on the website. You can as well include the `--verbose` flag to see all the data being sent to the registry.
57+
To publish a package, run `fpm publish --token <token>` using the token you generated on the website. You can as well include the `--verbose` flag to see all the data being sent to the registry.

0 commit comments

Comments
 (0)