diff --git a/README.md b/README.md index 940b88f223c6288a97dce9ddb5206fec9b40ec67..c9c2b619fcec604a21514211028138ff5103c33a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ that implements the [AS API](https://matrix.org/docs/spec/application_service/r0 The bridge supports any version of Node.js >= v12.X, including all [current releases](https://nodejs.org/en/about/releases/). -### Setup the bridge +### Set up the bridge * Run ``npm install`` to grab the dependencies. `npm` may complain about peer dependencies, but you can safely ignore these. * Run ``npm run build`` to build the typescript into javascript.