Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elfet committed Mar 21, 2014
1 parent 5c4c4cd commit ade95f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ pure client
Now you can test PurePHP by simple commands like this:

```
> pure.stack.test.push('hello wolrd!')
> pure.queue.collection.push('hello')
bool(true)
> pure.stack.test.pop()
string(12) "hello wolrd!"
>
> pure.queue.collection.push('world')
bool(true)
> pure.queue.collection.pop() ~ ' ' ~ pure.queue.collection.pop()
string(11) "hello world"
```

In pure console you can write commands on [Expression Language](https://github.com/symfony/expression-language). To exit from console type `exit` command.
Expand Down

0 comments on commit ade95f9

Please sign in to comment.