Skip to content

Commit

Permalink
README: last commit edited the wrong section
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala authored Feb 23, 2024
1 parent 25ba639 commit b34eb9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Next, use Visual Studio Code or another code editor to open "src/app.ts", "src/a

## TypeScript

At the top of the file's `package` block, add new imports:
At the top of the file, add new imports:

```typescript
import Bitmap from "openfl/display/Bitmap";
Expand Down Expand Up @@ -250,7 +250,8 @@ var App = function () {
```

## ActionScript 3 (Royale)
At the top of the file, add new imports:

At the top of the file's `package` block, add new imports:

```actionscript
import openfl.display.Bitmap;
Expand Down

0 comments on commit b34eb9d

Please sign in to comment.