Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens authored Oct 26, 2024
1 parent e40ff9e commit 755de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SugarClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This needs to be kept in sync with the Sugar Server's primus package installatio

In order to sync this client version with the server we can derive the latest [primus.js](./primus.js) file by [running the sugar server locally](https://github.com/zooniverse/sugar#development-via-docker--docker-compose) and downloading the primus.js file from sugar dev server via the web browser or via `curl -s http:localhost:2999/primus.js > primus.js`.

YOu can also download `primus.js` from https://notifications.zooniverse.org/primus.js.
You can also download `primus.js` from https://notifications.zooniverse.org/primus.js.

You can then replace the local version of `primus.js` with the server dervied one from sugar server and PR to replace it here.

0 comments on commit 755de09

Please sign in to comment.