Skip to content

Commit

Permalink
Update hello-world README.md (#276)
Browse files Browse the repository at this point in the history
Minor changes to grammar.
  • Loading branch information
neomorphic authored Jan 16, 2025
1 parent b06410d commit 203393a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ like this:
> The python name must be a valid Python module name (characters such `-`, `@` or `/` are not allowed).
> It is nice for user to test your extension online, so the _set up Binder_ was set to _Yes_.
The template creates creates files in the current director
that looks like this:
The template creates files in the current directory that look like this:

```bash
.
Expand Down Expand Up @@ -101,7 +100,7 @@ that looks like this:
└── .yarnrc.yml
```

Those files can be separated in 5 groups:
Those files can be separated in to 5 groups:

- Extension code (those files are mandatory):
- `src/index.ts` _this contains the actual code of your extension_
Expand Down

0 comments on commit 203393a

Please sign in to comment.