ochre-sdk 0.22.23 → 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # OCHRE SDK
2
2
 
3
- This is the OCHRE JavaScript/TypeScript SDK for interacting with OCHRE (Online Cultural and Historical Research Environment) data.
3
+ This is the OCHRE Node.js SDK for interacting with OCHRE ([Online Cultural and Historical Research Environment](https://ochre.uchicago.edu/)) data.
4
4
 
5
5
  ## Installation
6
6
 
@@ -33,7 +33,7 @@ pnpm run dev
33
33
  From the root directory of the project, run the following command:
34
34
 
35
35
  ```bash
36
- pnpm run ci
36
+ pnpm run build
37
37
  ```
38
38
 
39
39
  ## Release new version to NPM