We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b743d0a commit b0c59f8Copy full SHA for b0c59f8
README.md
@@ -13,7 +13,7 @@ npm i -s phenoml
13
14
## Reference
15
16
-A full reference for this library is available [here](https://github.com/fern-demo/phenoml-ts-sdk/blob/HEAD/./reference.md).
+A full reference for this library is available [here](https://github.com/phenoml/phenoml-ts-sdk/blob/HEAD/./reference.md).
17
18
## Usage
19
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "phenoml",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"private": false,
5
- "repository": "github:fern-demo/phenoml-ts-sdk",
+ "repository": "github:phenoml/phenoml-ts-sdk",
6
"type": "commonjs",
7
"main": "./dist/cjs/index.js",
8
"module": "./dist/esm/index.mjs",
0 commit comments