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: clarify where AS3 imports go
  • Loading branch information
joshtynjala authored Feb 23, 2024
commit 25ba6398610ee02dd856fb6f177ba22168a766aa
2 changes: 1 addition & 1 deletion 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, add new imports:
At the top of the file's `package` block, add new imports:

```typescript
import Bitmap from "openfl/display/Bitmap";
Expand Down
Loading