Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Aug 1, 2024
1 parent 8a063e3 commit 7e564c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ The `name` should be unique and you should use a namespace (like how I use `@seb
## Start building

The package is setup with a `lib` folder which contains all your package code.
Inside the lib folder is a `main.ts` file. This is the entry point, meaning that
this will be the place to export code that can be used by consumers of your library.
Inside the lib folder is a `main.ts` file. This is the entry point, and will be the place to export code that can be used by consumers of your library.

The folder `__tests__` holds all your unit tests. When you run `npm run test` the files ending with
`.test.ts` will run.
`.test.ts` will be run.

```sh

Expand Down

0 comments on commit 7e564c9

Please sign in to comment.