Skip to content

Commit

Permalink
fix contribute list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Feb 13, 2009
1 parent c6f7e39 commit 7329b72
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -69,13 +69,13 @@ http://github.com/mojombo/clippy

The best way to get your changes merged back into core is as follows:

# Clone down your fork
# Create a topic branch to contain your change
# Hack away
# If you are adding new functionality, document it in README.md
# If necessary, rebase your commits into logical chunks, without errors
# Push the branch up to GitHub
# Send me (mojombo) a pull request for your branch
1. Clone down your fork
1. Create a topic branch to contain your change
1. Hack away
1. If you are adding new functionality, document it in README.md
1. If necessary, rebase your commits into logical chunks, without errors
1. Push the branch up to GitHub
1. Send me (mojombo) a pull request for your branch

License
-------
Expand Down

1 comment on commit 7329b72

@Jagdeepgujral
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is creating Problem While i compile the file.

It is showing--flash-use-stage Error in compile.hxml when i compile again without changing any perimeter from any file.

Please tell me if any body Knows

and i changed --flash-use-stage to -D flash-use-stage
after that it compiled success fully but it shows a white blank sheet.

Please help me

Please sign in to comment.