Skip to content

Commit

Permalink
docs: tweaks to README
Browse files Browse the repository at this point in the history
  • Loading branch information
iislucas committed Oct 27, 2024
1 parent 99f05f5 commit 9f87d54
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,15 @@ whatIsAtoB.substs({ thing: 'table', thing2: 'chair' });
expect(whatIsTabletoB.escaped).toEqual('what is a table to a chair?');
```

## License: Apache 2.0

Source code for this library is released under the [Apache 2.0
license](https://spdx.org/licenses/Apache-2.0.html). The full text of the
Apache-2.0 license is available in the accompanying [`LICENSE.md`](./LICENSE.md)
file.

## Contributing

See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for details of how to contribute, setup your
environment, run tests, check license headers, style, and format your commit
messages.
See the [`CONTRIBUTING.md`](./CONTRIBUTING.md) file for details of how to
contribute, setup your environment, run tests, check license headers, style, and
format your commit messages.

0 comments on commit 9f87d54

Please sign in to comment.