Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to mention AS3 more #2

Merged
merged 6 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README: last commit edited the wrong section
  • Loading branch information
joshtynjala authored Feb 23, 2024
commit b34eb9db6a042c91b15456cf2e6d811aad3c02bf
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
Loading